Aspose::Cells::DataSorterKey class
Contents
[
Hide
]DataSorterKey class
Represents the key of the data sorter.
class DataSorterKey
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DataSorterKey& src) | operator= |
~DataSorterKey() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++