Aspose::Cells::Pivot::PivotFieldSortSetting class

PivotFieldSortSetting class

Represents the setting of sorting pivot fields.

class PivotFieldSortSetting

Methods

MethodDescription
GetCell()Sorts by the values in which row or column.
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.
GetSortType()Represents the SortOrder.
IsNull() constChecks whether the implementation object is nullptr.
IsSimpleSort()Indicates whether a simple data sort operation will be applied.
IsSortByLabels()Indicates whether sorting the field by itself or data field.
explicit operator bool() constoperator bool()
operator=(const PivotFieldSortSetting& src)operator=
PivotFieldSortSetting(PivotFieldSortSetting_Impl* impl)Constructs from an implementation object.
PivotFieldSortSetting(const PivotFieldSortSetting& src)Copy constructor.
~PivotFieldSortSetting()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also