alexa
menu

Blazor

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

    Show / Hide Table of Contents

    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.

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

    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.

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