ILanerTable.CellName

Fore Syntax

CellRevision(Row: Integer; Column: Integer): String;

Fore.NET Syntax

CellRevision(Row: integer; Column: integer): string;

Parameters

Row. Row index.

Column. Column index.

Description

The CellName property returns cell name.

Comments

Cell name matches its contents returned by the ILanerTable.Cell property.

Fore and Fore.NET examples

This property use is given in the example for ILanerSerie.ObservationAttributeInValue.

See also:

ILanerTable