PivotFieldSortSetting class

PivotFieldSortSetting class

Represents the setting of sorting pivot fields.

The PivotFieldSortSetting type exposes the following members:

Properties

PropertyDescription
sort_typeRepresents the SortOrder.
is_sort_by_labelsIndicates whether sorting the field by itself or data field.
field_indexRepresents the index of the field sorted by.
-1 means sorting the PivotField by the labels,others means sorting by the data field.
line_type_sorted_byThe pivot line type sorted by.
is_simple_sortIndicates whether a simple data sort operation will be applied.
cellSorts by the values in which row or column.

See Also