Class ExcelHeader
Defines the excel header options.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExcelHeader
Constructors
ExcelHeader()
Declaration
public ExcelHeader()
Properties
HeaderRows
Defines the number of rows between the header and grid data.
Declaration
public int HeaderRows { get; set; }
Property Value
| Type |
|---|
| int |
Rows
Defines the rows in header content.
Declaration
public List<ExcelRow> Rows { get; set; }
Property Value
| Type |
|---|
| List<ExcelRow> |