menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RowModel

    Inheritance
    System.Object
    RowModel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class RowModel

    Constructors

    RowModel()

    Declaration
    public RowModel()

    Properties

    Cells

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

    CustomHeight

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

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    Hidden

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

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved