menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelHeader - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved