Class Row
Inheritance
System.Object
Row
Assembly: Syncfusion.EJ2.dll
Syntax
public class Row : EJTagHelper
Constructors
Row()
Declaration
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 |
|
Specifies format of the row.
Declaration
public SpreadsheetFormat Format { get; set; }
Property Value
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