IDtUnpivotProvider.FixedCells

Fore Syntax

FixedCells: Array;

Fore.NET Syntax

FixedCells: System.Array;

Description

The FixedCells property determines two-dimensional array with coordinates of fixed cells.

Comments

It is mandatory to set both parameters (row and column) for each cell.

For each fixed cell new column will be added in resultant table. The value of the fixed cell will be repeated in all rows of the column.

Fore and Fore.NET Examples

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

See also:

IDtUnpivotProvider