alexa

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX