IEaxGrid.TotalsRange

Syntax

TotalsRange(LeftHeader:Boolean): ITabRange;

Parameters

LeftHeader. Determines for what type of totals the cell range will be obtained.

Description

The TotalsRange property returns table cell range with displayed totals by columns or rows.

Comments

Available values of the LeftHeader parameter:

To get cell range where dimension elements are displayed, use IEaxGrid.DimRange.

Example

The property use is given in the example for IEaxGrid.DimRange.

See also:

IEaxGrid