Enum RowPosition
Specifies the position where rows should be inserted relative to the target row.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum RowPosition
Remarks
Defines the position for row insertion operations in a spreadsheet.
Fields
| Name | Description |
|---|---|
| Above | Indicates that rows should be inserted above the target row. |
| Below | Indicates that rows should be inserted below the target row. |