FromSource(SourceRow: Integer;
SourceColumn: Integer;
Var Row: Integer;
Var Column: Integer);
FromSource(SourceRow: integer;
SourceColumn: integer;
Var Row: integer;
Var Column: integer);
SourceRow. Row index in source table.
SourceColumn. Column index in source table.
Row. In the parameter the method returns row index in the destination table.
Column. In the parameter the method returns column index in the destination table.
The FromSource method helps to determine cell coordinates in the destination table using cell coordinates in the source table.
To determine cell coordinates in the source table by cell coordinates in the destination table, use the IDtUnpivotProvider.ToSource method.
The property use is given in the example for IDtUnpivotProvider.Provider.
See also: