AsposeCellsCloud::Object::DataSorter

Load the model package

use AsposeCellsCloud::Object::DataSorter;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- CaseSensitive | boolean | Gets and sets whether case sensitive when comparing string. | HasHeaders | boolean | Represents whether the range has headers. | KeyList | ARRAY[SortKey] | Gets the key list of data sorter. | SortLeftToRight | boolean | True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false. | SortAsNumber | boolean | Indicates whether sorting anything that looks like a number. | Keys | ARRAY[DataSorterKey] | Gets the key list of data sorter. |

[Back to Model list]
[Back to README]