menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelInsertOptions - API Reference

    Show / Hide Table of Contents

    Class ExcelInsertOptions

    Represents a possible insert options in Excel.

    Inheritance
    System.Object
    ExcelInsertOptions
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.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 Description
    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 Description
    ExcelInsertOptions

    FormatDefault

    Indicates that after insert operation inserted rows/columns must have default format.

    Declaration
    public const ExcelInsertOptions FormatDefault
    Field Value
    Type Description
    ExcelInsertOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved