|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExpandCollapseFlags>
com.spire.xls.ExpandCollapseFlags
public enum ExpandCollapseFlags
Flags for expand/collapse settings.
Enum Constant Summary | |
---|---|
Default
Default options. |
|
ExpandParent
Indicates whether we have to expand parent group when expanding child (to make it visible). |
|
IncludeSubgroups
Indicates whether subgroups must be included into operation. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get expand collapse flags name |
int |
getValue()
Get expand collapse flags value |
Enum Constant Detail |
---|
public static final ExpandCollapseFlags Default
public static final ExpandCollapseFlags IncludeSubgroups
public static final ExpandCollapseFlags ExpandParent
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 |