|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<InsertOptionsType>
com.spire.xls.InsertOptionsType
public enum InsertOptionsType
Enumeration of the insert options in excel.
Enum Constant Summary | |
---|---|
FormatAsAfter
Indicates that inserted row/column has the same format as the row below or column right. |
|
FormatAsBefore
Indicates that inserted row/column has the same format as the row above or column left. |
|
FormatDefault
Indicates that inserted row/column has default format. |
Enum Constant Detail |
---|
public static final InsertOptionsType FormatAsBefore
public static final InsertOptionsType FormatAsAfter
public static final InsertOptionsType FormatDefault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |