|
TRVTableItemInfo.SelectRows |
Top Previous Next |
|
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: ▪Select. |