Class ExcelInsertOptions
Represents a possible insert options in Excel.
Inheritance
System.Object
ExcelInsertOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelInsertOptions : Enum
Fields
FormatAsAfter
Indicates that after insert operation inserted rows/columns must be formatted as row below or column right.
Declaration
public const ExcelInsertOptions FormatAsAfter
Field Value
Type |
---|
ExcelInsertOptions |
FormatAsBefore
Indicates that after insert operation inserted rows/columns must be formatted as row above or column left.
Declaration
public const ExcelInsertOptions FormatAsBefore
Field Value
Type |
---|
ExcelInsertOptions |
FormatDefault
Indicates that after insert operation inserted rows/columns must have default format.
Declaration
public const ExcelInsertOptions FormatDefault
Field Value
Type |
---|
ExcelInsertOptions |