Class ExcelRow
Defines excel export row of grid
Inheritance
System.Object
ExcelRow
Implements
System.IEquatable<ExcelRow>
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExcelRow : Object, IEquatable<ExcelRow>
Constructors
ExcelRow()
Declaration
public ExcelRow()
Properties
Cells
Defines the cells in a row
Declaration
public List<ExcelCell> Cells { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ExcelCell> |
Index
Defines the index for cells
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(ExcelRow)
Declaration
public bool Equals(ExcelRow excelRow)
Parameters
Type | Name | Description |
---|---|---|
ExcelRow | excelRow |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>