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.
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. |