IDtUnpivotProvider.SourceCellPosition

Syntax

SourceCellPosition(Row: Integer; Column: Integer): DtUnpivotCellPosition;

Parameters

Row. Row index in transformed table where cell is located.

Column. Column index in transformed table where cell is located.

Description

The SourceCellPosition method determines cell location in the source cross table by its location in obtained transformed table.

Comments

The result of method work is an area where cell was before transformation.

See also:

IDtUnpivotProvider