TVirtualDataTable.GetColumn Method
Returns a column identifier that you can later use on TVirtualDataTableState.GetValue(Integer). Return -1 if the column does not exist, and make sure this search is case insensitive.
Syntax
Unit: FlexCel.Report
function TVirtualDataTable.GetColumn(const columnName: string): Integer; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | columnName | string | Name of the column to search. |
Returns
Column identifier if found, -1 if not found.