SubtotalSetting

SubtotalSetting class

Represents the setting of the subtotal .

class SubtotalSetting;

Methods

MethodDescription
getGroupBy()The field to group by, as a zero-based integer offset
getSubtotalFunction()The subtotal function.
getTotalList()An array of zero-based field offsets, indicating the fields to which the subtotals are added.
getSummaryBelowData()Indicates whether add summary below data.
isNull()Checks whether the implementation object is null.

getGroupBy()

The field to group by, as a zero-based integer offset

getGroupBy() : number;

getSubtotalFunction()

The subtotal function.

getSubtotalFunction() : ConsolidationFunction;

Returns

ConsolidationFunction

getTotalList()

An array of zero-based field offsets, indicating the fields to which the subtotals are added.

getTotalList() : number[];

Returns

number[]

getSummaryBelowData()

Indicates whether add summary below data.

getSummaryBelowData() : boolean;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;