com.aspose.cells

Class SortOnType

  • java.lang.Object
    • com.aspose.cells.SortOnType
public class SortOnType 
extends java.lang.Object

Utility class containing constants. Sorted value type.

Field Summary
static final intVALUE
Sorts by cells' value.
static final intCELL_COLOR
Sorts by cells' color.
static final intFONT_COLOR
Sorts by cells' font color.
static final intICON
Sorts by conditional icon.
 

    • Field Detail

      • VALUE

        public static final int VALUE
        Sorts by cells' value.
      • CELL_COLOR

        public static final int CELL_COLOR
        Sorts by cells' color.
      • FONT_COLOR

        public static final int FONT_COLOR
        Sorts by cells' font color.
      • ICON

        public static final int ICON
        Sorts by conditional icon.