Class ExcelRow
Defines excel export row of grid.
Inheritance
System.Object
ExcelRow
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExcelRow : Object
Constructors
ExcelRow()
Declaration
public ExcelRow()
Properties
Cells
Defines the cells in a row.
Declaration
public List<ExcelCell> Cells { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ExcelCell> |
Index
Defines the index for cells.
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |