ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class Row

    Inheritance
    System.Object
    EJTagHelper
    Row
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Row : EJTagHelper

    Constructors

    Row()

    Declaration
    public Row()

    Properties

    Cells

    Specifies cell and its properties for the row.

    Declaration
    public List<Cell> Cells { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Cell>

    CustomHeight

    specifies custom height of the row.

    Declaration
    public bool CustomHeight { get; set; }
    Property Value
    Type Description
    System.Boolean

    Format

    Specifies format of the row.

    Declaration
    public SpreadsheetFormat Format { get; set; }
    Property Value
    Type Description
    SpreadsheetFormat

    Height

    Specifies height of the row.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    Hidden

    To hide/show the row in spreadsheet.

    Declaration
    public bool Hidden { get; set; }
    Property Value
    Type Description
    System.Boolean

    Index

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

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved