sortcomparsiontype-ag凯发旗舰厅



com.spire.xls
enum sortcomparsiontype

java.lang.object
  extended by java.lang.enum<sortcomparsiontype>
      extended by com.spire.xls.sortcomparsiontype
all implemented interfaces:
java.lang.comparable<sortcomparsiontype>

public enum sortcomparsiontype
extends java.lang.enum<sortcomparsiontype>

represents the sort by in the range.


enum constant summary
backgroundcolor
          sort based on the cell back color.
fontcolor
          sort based on the font color.
values
          sort based on values in the cell.
 
enum constant detail

values

public static final sortcomparsiontype values
sort based on values in the cell.

backgroundcolor

public static final sortcomparsiontype backgroundcolor
sort based on the cell back color.

fontcolor

public static final sortcomparsiontype fontcolor
sort based on the font color.


网站地图