Gets the key list of data sorter.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic DataSorterKeyCollection Keys { get; }
Public ReadOnly Property Keys As DataSorterKeyCollection
Get
public:
property DataSorterKeyCollection^ Keys {
DataSorterKeyCollection^ get ();
}
member Keys : DataSorterKeyCollection with get
Property Value
Type:
DataSorterKeyCollection
See Also