ITabFormatDataAdapter.Data

Syntax

Data(Row: Integer; Column: Integer): Variant;

Parameters

Row. Row index.

Column. Column index.

Description

The Data property returns source data of cell conditional format.

Comments

To use the property it is necessary to create a class. The class implementation is given in the ITabFormatScale.TargetType example.

Example

The property use is given in the example for ITabFormatNumericScale.TargetType.

See also:

ITabFormatDataAdapter