IPivotTable.GetSourceCoord

Syntax

GetSourceCoord(Row: Integer; Column: Integer; Var SourceKey: Integer): IMatrixCoord;

Parameters

Row. Row index.

Column. Column index.

SourceKey. The variable, to which data source key is placed.

Description

The GetSourceCoord method returns coordinate in the data matrix by table row and column index.

Comments

Unlike the Coord property, the GetSourceCoord method can be used to get data source key when working with the table that may contain data from different data sources. For example, if a table is obtained when working with a virtual cube.

See also:

IPivotTable