Enum ExcelInsertOptions
Represents a possible insert options in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelInsertOptions
Fields
Name | Description |
---|---|
FormatAsAfter | Indicates that after insert operation inserted rows/columns must be formatted as row below or column right. |
FormatAsBefore | Indicates that after insert operation inserted rows/columns must be formatted as row above or column left. |
FormatDefault | Indicates that after insert operation inserted rows/columns must have default format. |