IPrxTableIslandTotalValues.TotalValue

Syntax

TotalValue(CellId: String): Variant;

Parameters

CellId. Layout cell identifier.

Description

The TotalValue method is used to get total value of layout cell.

Comments

To get whether values are valid, use the IPrxTableIslandTotalValues.IsValid property.

Example

The property use is given in the example for IPrxTableIsland.TotalValues.

See also:

IPrxTableIslandTotalValues