SubtotalSetting
Contents
[
Hide
]SubtotalSetting class
Represents the setting of the subtotal .
class SubtotalSetting;
Properties
Property | Type | Description |
---|---|---|
groupBy | number | Readonly. The field to group by, as a zero-based integer offset |
subtotalFunction | ConsolidationFunction | Readonly. The subtotal function. |
totalList | number[] | Readonly. An array of zero-based field offsets, indicating the fields to which the subtotals are added. |
summaryBelowData | boolean | Readonly. Indicates whether add summary below data. |
groupBy
Readonly. The field to group by, as a zero-based integer offset
groupBy : number;
subtotalFunction
Readonly. The subtotal function.
subtotalFunction : ConsolidationFunction;
totalList
Readonly. An array of zero-based field offsets, indicating the fields to which the subtotals are added.
totalList : number[];
summaryBelowData
Readonly. Indicates whether add summary below data.
summaryBelowData : boolean;