Aspose::Cells::DataSorterKeyCollection class

DataSorterKeyCollection class

Represents the key list of data sorter.

class DataSorterKeyCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DataSorterKeyCollection& src)operator=
~DataSorterKeyCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also