IDtUnpivotProvider.FixedCells

Syntax

FixedCells: 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.

Example

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

See also:

IDtUnpivotProvider