PivotFieldSortSetting Class
PivotFieldSortSetting class
Represents the setting of sorting pivot fields.
type PivotFieldSortSetting struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetSortType | Represents the SortOrder. |
| IsSortByLabels | Indicates whether sorting the field by itself or data field. |
| GetFieldIndex | Represents the index of the field sorted by.-1 means sorting the PivotField by the labels,others means sorting by the data field. |
| GetLineTypeSortedBy | The pivot line type sorted by. |
| IsSimpleSort | Indicates whether a simple data sort operation will be applied. |
| GetCell | Sorts by the values in which row or column. |