ITabSheet.CellPrefix

Syntax

CellPrefix(Row: Integer, Column: Integer): Variant;

Parameters

Row. Cell series index.

Column. Cell column index.

Description

The CellPrefix property determines the table cell prefix.

Comments

The prefix is displayed before table cell value. It does not participate in calculation of conditional formatting or calculating formulas.

Example

The example of property use is given in description of the ITabRange.Prefix property.

See also:

ITabSheet