Aspose::Cells::DataSorterKeyCollection class

DataSorterKeyCollection class

Represents the key list of data sorter.

class DataSorterKeyCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the DataSorterKeyCollection.
DataSorterKeyCollection()Default constructor.
DataSorterKeyCollection(DataSorterKeyCollection_Impl* impl)Constructs from an implementation object.
DataSorterKeyCollection(const DataSorterKeyCollection& src)Copy constructor.
end()Returns an iterator to the end of the DataSorterKeyCollection.
Get(int32_t index)Gets and sets DataSorterKey by index.
GetCount()Gets the number of elements contained in the instance.
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