Click or drag to resize

InsertOptionsType Enumeration

Enumeration of the insert options in Excel.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum InsertOptionsType
Members
Member name Value Description
FormatAsBefore 0 Indicates that inserted row/column has the same format as the row above or column left.
FormatAsAfter 1 Indicates that inserted row/column has the same format as the row below or column right.
FormatDefault 2 Indicates that inserted row/column has default format.
See Also