SubtotalSetting Class

SubtotalSetting class

Represents the setting of the subtotal .


type SubtotalSetting struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGroupByThe field to group by, as a zero-based integer offset
GetSubtotalFunctionThe subtotal function.
GetTotalListAn array of zero-based field offsets, indicating the fields to which the subtotals are added.
GetSummaryBelowDataIndicates whether add summary below data.