TTMSFNCCustomDataGrid.InsertColumns Method
Inserts ACount new empty columns before the specified column index.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure InsertColumns(AColumn, ACount: Integer);
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based index at which the first new column is inserted. |
ACount |
Number of columns to insert. |