IEaxGrid.TotalsRange

Fore Syntax

TotalsRange(LeftHeader:Boolean): ITabRange;

Fore.NET Syntax

TotalsRange[LeftHeader:boolean]: Prognoz.Platform.Interop.Tab.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.

Fore and Fore.NET Examples

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

See also:

IEaxGrid