ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class RowBuilder

    Inheritance
    System.Object
    ControlBuilder
    RowBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 Description
    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 Description
    RowBuilder

    CustomHeight(Boolean)

    specifies custom height of the row.

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

    Format(SpreadsheetFormat)

    Specifies format of the row.

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

    Format(Action<SpreadsheetFormatBuilder>)

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

    Height(Int32)

    Specifies height of the row.

    Declaration
    public RowBuilder Height(int height)
    Parameters
    Type Name Description
    System.Int32 height
    Returns
    Type Description
    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 Description
    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 Description
    RowBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved