Aspose::Cells::DataSorterKeyCollection class
DataSorterKeyCollection class
Represents the key list of data sorter.
class DataSorterKeyCollection
Methods
Method | Description |
---|---|
DataSorterKeyCollection() | Default constructor. |
DataSorterKeyCollection(DataSorterKeyCollection_Impl* impl) | Constructs from an implementation object. |
DataSorterKeyCollection(const DataSorterKeyCollection& src) | Copy constructor. |
Get(int32_t index) | Gets and sets DataSorterKey by index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DataSorterKeyCollection& src) | operator= |
~DataSorterKeyCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++