menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColumnPosition

    Specifies the position where columns should be inserted relative to a reference column.

    Inheritance
    System.Object
    ColumnPosition
    Namespace: Syncfusion.Blazor.Spreadsheet
    Assembly: Syncfusion.Blazor.Spreadsheet.dll
    Syntax
    public sealed class ColumnPosition : Enum
    Remarks

    Defines the position for column insertion operations in a spreadsheet.

    • Right - Inserts columns to the right of the reference column
    • Left - Inserts columns to the left of the reference column

    Fields

    Left

    Insert columns to the left of the specified column index.

    Declaration
    public const ColumnPosition Left
    Field Value
    Type
    ColumnPosition

    Right

    Insert columns to the right of the specified column index.

    Declaration
    public const ColumnPosition Right
    Field Value
    Type
    ColumnPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved