ITabSheet.CellSuffix

Syntax

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

Parameters

Row. Cell series index.

Column. Cell column index.

Description

The CellSuffix property determines suffix of the table cell.

Comments

The suffix is displayed after 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