Aspose::Cells::SubtotalSetting class
SubtotalSetting class
Represents the setting of the subtotal .
class SubtotalSetting
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const SubtotalSetting& src) | operator= |
SubtotalSetting(SubtotalSetting_Impl* impl) | Constructs from an implementation object. |
SubtotalSetting(const SubtotalSetting& src) | Copy constructor. |
~SubtotalSetting() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++