alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ColumnPosition

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

    Namespace: Syncfusion.Blazor.Spreadsheet
    Assembly: Syncfusion.Blazor.Spreadsheet.dll
    Syntax
    public enum ColumnPosition
    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

    Name Description
    Left

    Insert columns to the left of the specified column index.

    Right

    Insert columns to the right of the specified column index.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved