Express > Express Assembly Interfaces > IEaxGrid > IEaxGrid.TotalsRange
TotalsRange(LeftHeader:Boolean): ITabRange;
LeftHeader. Determines for what type of totals the cell range will be obtained.
The TotalsRange property returns table cell range with displayed column or row totals.
Available values of the LeftHeader parameter:
True. The cell range with displayed Row totals;
False. The cell range with displayed Column totals.
To get a cell range where dimension elements are displayed, use IEaxGrid.DimRange.
The property use is given in the example for IEaxGrid.DimRange.
See also: