IDtUnpivotProvider.FromSource

Syntax

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

Parameters

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.

Description

The FromSource method helps to determine cell coordinates in the destination table using cell coordinates in the source table.

Comments

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

Example

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

See also:

IDtUnpivotProvider