Enum InsertOptionsType
public enum InsertOptionsType
Fields
FormatAsAfter = 1
Indicates that inserted row/column has the same format as the row below or column right.
FormatAsBefore = 0
Indicates that inserted row/column has the same format as the row above or column left.
FormatDefault = 2
Indicates that inserted row/column has default format.