menu

Blazor

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

    Show / Hide Table of Contents

    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.

    • Above - Inserts new rows above the specified row index
    • Below - Inserts new rows below the specified row index

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved