Aspose::Cells::DataSorterKey class

DataSorterKey class

Represents the key of the data sorter.

class DataSorterKey

Methods

MethodDescription
DataSorterKey(DataSorterKey_Impl* impl)Constructs from an implementation object.
DataSorterKey(const DataSorterKey& src)Copy constructor.
GetColor()Gets the sorted color.
GetIconId()Represents the id of the icon set type.
GetIconSetType()Represents the icon set type.
GetIndex()Gets the sorted column index(absolute position, column A is 0, B is 1, …).
GetOrder()Indicates the order of sorting.
GetType()Represents the type of sorting.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DataSorterKey& src)operator=
~DataSorterKey()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also