All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.DataSorterKey.html Maven / Gradle / Ivy






DataSorterKey




com.aspose.cells
Class DataSorterKey

java.lang.Object
    extended by com.aspose.cells.DataSorterKey

public class DataSorterKey 
extends java.lang.Object

Represents the key of the data sorter.


Property Getters/Setters Summary
com.aspose.cells.ColorgetColor()
           Gets the sorted color.
intgetIconId()
           Represents the id of the icon set type.
intgetIconSetType()
           Represents the icon set type. The value of the property is IconSetType integer constant.
intgetIndex()
           Gets the sorted column index(absolute position, column A is 0, B is 1, ...).
intgetOrder()
           Indicates the order of sorting. The value of the property is SortOrder integer constant.
intgetType()
           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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy