TVirtualDataTable.GetFullDataSetMapId Method
Returns an id you can use to map a column name + * to something you can use in GetFullDataSetColumn
Syntax
Unit: FlexCel.Report
function TVirtualDataTable.GetFullDataSetMapId(const Column: string): Integer; virtual;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Column | string | We will pass here the full name of the column up to but not including the * or **. This might be empty or somehting...something.* |