SubtotalSetting Class
SubtotalSetting class
Represents the setting of the subtotal .
type SubtotalSetting struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| 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. |