ITabFormatDataAdapter.Data

Fore Syntax

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

Fore.NET Syntax

Data [Row: integer; Column: integer]: object;

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.

Fore and Fore.NET Examples

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

See also:

ITabFormatDataAdapter