IDtUnpivotProvider.HeadColumn

Fore syntax

HeadColumn: Integer;

Fore.NET syntax

HeadColumn: integer;

Description

The HeadColumn property determines columns in the A2 area corresponding to the data block by which columns will be created in resultant table.

Comments

The default value of the HeadColumn = -1.

If HeadColumn is not set, all columns from the A2 area will form columns of resultant table.

Fore and Fore.NET examples

The property use is given in the example for IDtUnpivotProvider.Provider.

See also:

IDtUnpivotProvider