SubtotalSetting

SubtotalSetting class

Represents the setting of the subtotal .

class SubtotalSetting;

Properties

PropertyTypeDescription
groupBynumberReadonly. The field to group by, as a zero-based integer offset
subtotalFunctionConsolidationFunctionReadonly. The subtotal function.
totalListnumber[]Readonly. An array of zero-based field offsets, indicating the fields to which the subtotals are added.
summaryBelowDatabooleanReadonly. 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;