AutoFilterSortCondition
Overview
AutoFilterSortCondition is a class in Aspose.Cells for NET.
AutoFilterSortCondition.Ref gets or sets the cell range reference for the sort condition.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Ref | string | Read/Write | Gets or sets the cell range reference for the sort condition |
Descending | bool | Read/Write | Indicates whether the sort is in descending order |
SortBy | string | Read/Write | Specifies the column or field used for sorting |
CustomList | string | Read/Write | Names a custom list that determines sort order |
DifferentialStyleId | int? | Read/Write | Holds the ID of a differential style applied to sorted cells |
IconSet | string | Read/Write | Specifies the name of the icon set used for sorting |
IconId | int? | Read/Write | Identifies the specific icon within the icon set for sorting |