TRVTableCellData.RowSpan (read-only)

<< Click to display table of contents >>

TRVTableCellData.RowSpan (read-only)

Read-only positive integer value specifying the number of rows spanned by this cell

property RowSpan: Integer;

Initially this property is equal to 1 for all cells. This value can be changed due to cell-merging.

Example:

RowSpan Example

RowSpan Example

This property corresponds to <td rowspan> in HTML.

See also:

ColSpan.