Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 814 Bytes

File metadata and controls

20 lines (16 loc) · 814 Bytes

AsposeCellsCloud::Object::SortKey

Load the model package

use AsposeCellsCloud::Object::SortKey;

Properties

Name Type Description Notes
Key int Represents the key of sorting.
SortOrder string Represents the order of sorting.
CustomList ARRAY[string] This class includes a property named CustomList that is an array of strings with both getter and setter methods.
Order string Indicates the order of sorting.
Index int Gets the sorted column index(absolute position, column A is 0, B is 1, ...).
Type string Represents the type of sorting.

[Back to Model list]
[Back to README]