com.aspose.cells.DataSorterKey.html Maven / Gradle / Ivy
DataSorterKey
com.aspose.cells
Class DataSorterKey
java.lang.Object
com.aspose.cells.DataSorterKey
public class DataSorterKey
- extends java.lang.Object
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() | |
Represents the type of sorting. The value of the property is SortOnType integer constant. |
Property Getters/Setters Detail |
---|
getOrder | |
public int getOrder() |
Indicates the order of sorting. The value of the property is SortOrder integer constant.
getIndex | |
public int getIndex() |
Gets the sorted column index(absolute position, column A is 0, B is 1, ...).
getType | |
public int getType() |
Represents the type of sorting. The value of the property is SortOnType integer constant.
getIconSetType | |
public int getIconSetType() |
Represents the icon set type. The value of the property is IconSetType integer constant. Only effects when SortOnType is SortOnType.Icon.
getIconId | |
public int getIconId() |
Represents the id of the icon set type. Only effects when SortOnType is SortOnType.Icon.
getColor | |
public com.aspose.cells.Color getColor() |
Gets the sorted color. Only effects when SortOnType is SortOnType.CellColor or SortOnType.FontColor.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.