Aspose::Cells::SubtotalSetting class

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.
GetSummaryBelowData()Indicates whether add summary below data.
GetTotalList()An array of zero-based field offsets, indicating the fields to which the subtotals are added.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SubtotalSetting& src)operator=
SubtotalSetting(SubtotalSetting_Impl* impl)Constructs from an implementation object.
SubtotalSetting(const SubtotalSetting& src)Copy constructor.
~SubtotalSetting()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also