TTMSFNCDataGrid.SelectRows Method
Selects all cells in the specified row range.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
procedure SelectRows(AFromRow, AToRow: Integer);
Parameters
| Name | Description |
|---|---|
AFromRow |
Zero-based index of the first row to select. |
AToRow |
Zero-based index of the last row to select. |