groupbytype-ag凯发旗舰厅
com.spire.xls
enum groupbytype
java.lang.object
java.lang.enum<groupbytype>
com.spire.xls.groupbytype
- all implemented interfaces:
- java.lang.comparable<groupbytype>
public enum groupbytype
- extends java.lang.enum<groupbytype>
enumeration of group types in excel.
enum constant summary |
bycolumns
represents the grouping by columns option. |
byrows
represents the grouping by rows option. |
method summary |
java.lang.string |
getname()
get group by type name |
int |
getvalue()
get group by type value |
byrows
public static final groupbytype byrows
- represents the grouping by rows option.
bycolumns
public static final groupbytype bycolumns
- represents the grouping by columns option.
getname
public java.lang.string getname()
- get group by type name
getvalue
public int getvalue()
- get group by type value