IDtUnpivotProvider.ToSource

Syntax

FromSource(Row: Integer;
           Column: Integer;
           Var SourceRow: Integer;
           Var SourceColumn: Integer);

Parameters

Row. Row index in destination table.

Column. Column index in destination table.

SourceRow. In the parameter the method returns row index in the source table.

SourceColumn. In the parameter the method returns column index in the source table.

Description

The ToSource method helps to determine cell coordinates in the source table by cell coordinates in the destination table.

Comments

To determine cell coordinates in the destination table by coordinates in the source table, use the IDtUnpivotProvider.FromSource method.

Example

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

See also:

IDtUnpivotProvider