AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

docs/model/DataSorter.md  view on Meta::CPAN

# AsposeCellsCloud::Object::DataSorter 

## Load the model package
```perl
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]](../DeveloperGuide.md#model-reference)  
[[Back to README]](../../README.md)



( run in 0.840 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )