public class DataSorterKey
Property Getters/Setters Summary | ||
---|---|---|
com.aspose.cells.Color | getColor() | |
Gets the sorted color.
|
||
int | getIconId() | |
Represents the id of the icon set type.
|
||
int | getIconSetType() | |
Represents the icon set type.
The value of the property is IconSetType integer constant. |
||
int | getIndex() | |
Gets the sorted column index(absolute position, column A is 0, B is 1, ...).
|
||
int | getOrder() | |
Indicates the order of sorting.
The value of the property is SortOrder integer constant. |
||
int | getType() | |
Reprsents the type of sorting.
The value of the property is SortOnType integer constant. |
public int getOrder()
public int getIndex()
public int getType()
public int getIconSetType()
public int getIconId()
public com.aspose.cells.Color getColor()