menu

Document Processing

ExcelInsertOptions Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelInsertOptions Class

    Represents a possible insert options in Excel.

    Inheritance
    System.Object
    ExcelInsertOptions
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved