PivotFieldSortSetting Class

PivotFieldSortSetting class

Represents the setting of sorting pivot fields.


type PivotFieldSortSetting struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSortTypeRepresents the SortOrder.
IsSortByLabelsIndicates whether sorting the field by itself or data field.
GetFieldIndexRepresents the index of the field sorted by.-1 means sorting the PivotField by the labels,others means sorting by the data field.
GetLineTypeSortedByThe pivot line type sorted by.
IsSimpleSortIndicates whether a simple data sort operation will be applied.
GetCellSorts by the values in which row or column.