IPivotTable.DataType

Syntax

DataType(Row: Integer; Column: Integer): CubeDataType;

Parameters

Row. Row index.

Column. Column index.

Description

The DataType property returns cell type.

Comments

The property enables the user to determine a cell data generation method: data is obtained from a source or is calculated.

See also:

IPivotTable