Class ExcelHeader
Defines the excel header options.
Inheritance
System.Object
ExcelHeader
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExcelHeader : Object
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 |
---|
System.Int32 |
Rows
Defines the rows in header content.
Declaration
public List<ExcelRow> Rows { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ExcelRow> |