Class RowPosition
Specifies the position where rows should be inserted relative to the target row.
Inheritance
System.Object
RowPosition
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public sealed class RowPosition : Enum
Remarks
Defines the position for row insertion operations in a spreadsheet.
Fields
Above
Indicates that rows should be inserted above the target row.
Declaration
public const RowPosition Above
Field Value
Type |
---|
RowPosition |
Below
Indicates that rows should be inserted below the target row.
Declaration
public const RowPosition Below
Field Value
Type |
---|
RowPosition |