com.spire.xls
Enum InsertOptionsType

java.lang.Object
  extended by java.lang.Enum<InsertOptionsType>
      extended by 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.
 

Enum Constant Detail

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.