menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RowBuilder
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RowBuilder : ControlBuilder

    Constructors

    RowBuilder()

    Declaration
    public RowBuilder()

    RowBuilder(List<Row>)

    Declaration
    public RowBuilder(List<Row> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Row> collection

    Methods

    Add()

    Declaration
    public void Add()

    Cells(Action<CellBuilder>)

    Declaration
    public RowBuilder Cells(Action<CellBuilder> cells)
    Parameters
    Type Name Description
    System.Action<CellBuilder> cells
    Returns
    Type
    RowBuilder

    Cells(List<Cell>)

    Specifies cell and its properties for the row.

    Declaration
    public RowBuilder Cells(List<Cell> cells)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Cell> cells
    Returns
    Type
    RowBuilder

    CustomHeight(Boolean)

    specifies custom height of the row.

    Declaration
    public RowBuilder CustomHeight(bool customHeight)
    Parameters
    Type Name Description
    System.Boolean customHeight
    Returns
    Type
    RowBuilder

    Format(SpreadsheetFormat)

    Specifies format of the row.

    Declaration
    public RowBuilder Format(SpreadsheetFormat format)
    Parameters
    Type Name Description
    SpreadsheetFormat format
    Returns
    Type
    RowBuilder

    Format(Action<SpreadsheetFormatBuilder>)

    Declaration
    public RowBuilder Format(Action<SpreadsheetFormatBuilder> format)
    Parameters
    Type Name Description
    System.Action<SpreadsheetFormatBuilder> format
    Returns
    Type
    RowBuilder

    Height(Double)

    Specifies height of the row.

    Declaration
    public RowBuilder Height(double height)
    Parameters
    Type Name Description
    System.Double height
    Returns
    Type
    RowBuilder

    Hidden(Boolean)

    To hide/show the row in spreadsheet.

    Declaration
    public RowBuilder Hidden(bool hidden)
    Parameters
    Type Name Description
    System.Boolean hidden
    Returns
    Type
    RowBuilder

    Index(Int32)

    Specifies the index to the row. Based on the index, row properties are applied.

    Declaration
    public RowBuilder Index(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type
    RowBuilder

    IsReadOnly(Boolean)

    Represents whether a row in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.

    Declaration
    public RowBuilder IsReadOnly(bool isReadOnly)
    Parameters
    Type Name Description
    System.Boolean isReadOnly
    Returns
    Type
    RowBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved