insertoptionstype-ag凯发旗舰厅
com.spire.xls
enum insertoptionstype
java.lang.object
java.lang.enum<insertoptionstype>
com.spire.xls.insertoptionstype
- all implemented interfaces:
- java.lang.comparable<insertoptionstype>
public enum insertoptionstype
- extends java.lang.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. |
formatasbefore
public static final insertoptionstype formatasbefore
- indicates that inserted row/column has the same format as the row above or column left.
formatasafter
public static final insertoptionstype formatasafter
- indicates that inserted row/column has the same format as the row below or column right.
formatdefault
public static final insertoptionstype formatdefault
- indicates that inserted row/column has default format.