Class ExcelCell
Defines the cell information for excel export
Inheritance
System.Object
ExcelCell
Namespace: Syncfusion.Blazor.PivotView
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 | Description |
---|---|
System.Int32 |
Index
Defines the index for the cell
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RowSpan
Defines the column span for the cell
Declaration
public int RowSpan { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Style
Defines the style of the cell
Declaration
public ExcelStyles Style { get; set; }
Property Value
Type | Description |
---|---|
ExcelStyles |
Value
Defines the value of the cell
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |