Class Row
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("cells")]
public List<Cell> Cells { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Cell> | The default value is null |
CustomHeight
specifies custom height of the row.
Declaration
[HtmlAttributeName("customHeight")]
public bool CustomHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Format
Specifies format of the row.
Declaration
[HtmlAttributeName("format")]
public SpreadsheetFormat Format { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetFormat | The default value is null |
Height
Specifies height of the row.
Declaration
[HtmlAttributeName("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 20 |
Hidden
To hide/show the row in spreadsheet.
Declaration
[HtmlAttributeName("hidden")]
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Index
Specifies the index to the row. Based on the index, row properties are applied.
Declaration
[HtmlAttributeName("index")]
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is 0 |