Class ExcelCell
Defines the cell of exported excel.
Inheritance
System.Object
ExcelCell
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExcelCell : Object
Constructors
ExcelCell()
Declaration
public ExcelCell()
Properties
ColSpan
Defines the column span for the cell.
Declaration
public int ColSpan { get; set; }
Property Value
Type |
---|
System.Int32 |
Hyperlink
Defines the hyperlink of the cell.
Declaration
public Hyperlink Hyperlink { get; set; }
Property Value
Type |
---|
Hyperlink |
Index
Defines the index for the cell.
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
RowSpan
Defines the row span for the cell.
Declaration
public int RowSpan { get; set; }
Property Value
Type |
---|
System.Int32 |
Style
Defines the style of the cell.
Declaration
public ExcelStyle Style { get; set; }
Property Value
Type |
---|
ExcelStyle |
Value
Defines the value of the cell.
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |