GetSourceCoord(Row: Integer; Column: Integer; Var SourceKey: Integer): IMatrixCoord;
Row. Row index.
Column. Column index.
SourceKey. The variable, to which data source key is placed.
The GetSourceCoord method returns coordinate in the data matrix by table row and column index.
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: