asposecells.api

Class DataSorterKey

Represents the key of the data sorter.

Property Getters/Setters Summary
methodgetColor()
Gets the sorted color.
methodgetIconId()
Represents the id of the icon set type.
methodgetIconSetType()
Represents the icon set type. The value of the property is IconSetType integer constant.
methodgetIndex()
Gets the sorted column index(absolute position, column A is 0, B is 1, ...).
methodgetOrder()
Indicates the order of sorting. The value of the property is SortOrder integer constant.
methodgetType()
Represents the type of sorting. The value of the property is SortOnType integer constant.
 

    • Property Getters/Setters Detail

      • getOrder : int 

        int getOrder()
        
        Indicates the order of sorting. The value of the property is SortOrder integer constant.
      • getIndex : int 

        int getIndex()
        
        Gets the sorted column index(absolute position, column A is 0, B is 1, ...).
      • getType : int 

        int getType()
        
        Represents the type of sorting. The value of the property is SortOnType integer constant.
      • getIconSetType : int 

        int getIconSetType()
        
        Represents the icon set type. The value of the property is IconSetType integer constant. Only takes effect when Type is SortOnType.ICON.
      • getIconId : int 

        int getIconId()
        
        Represents the id of the icon set type. Only takes effect when Type is SortOnType.ICON.