TRVTableItemInfo.SelectRows

<< Click to display table of contents >>

TRVTableItemInfo.SelectRows

Selects Count rows starting from StartRow (down)

procedure SelectRows(StartRow, Count: Integer);

Parameters:

StartRow index of the first row to select, in range 0..RowCount-1.

Count number of rows to select.

This method must be called when the document is formatted.

 

See also:

Overview of selection in tables

See also methods:

SelectCols;

Select.