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