|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GroupByType>
com.spire.xls.GroupByType
public 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 |
Enum Constant Detail |
---|
public static final GroupByType ByRows
public static final GroupByType ByColumns
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |