TotalsRange(LeftHeader:Boolean): ITabRange;
TotalsRange[LeftHeader:boolean]: Prognoz.Platform.Interop.Tab.ITabRange;
LeftHeader. Determines for what type of totals the cell range will be obtained.
The TotalsRange property returns table cell range with displayed totals by columns or rows.
Available Values of the LeftHeader parameter:
True. The cell range with displayed Row totals.
False. The cell range with displayed Column totals.
To get cell range where dimension elements are displayed, use IEaxGrid.DimRange.
The property use is given in the example for IEaxGrid.DimRange
See also: