menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderFooterOption - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderFooterOption

    Represents the options for Header and footer.

    Inheritance
    System.Object
    HeaderFooterOption
    Namespace: Syncfusion.XlsIORenderer
    Assembly: Syncfusion.XlsIORenderer.Portable.dll
    Syntax
    public class HeaderFooterOption : Object
    Remarks

    The options of header and footer are show header and footer.

    Constructors

    HeaderFooterOption()

    The options for showing header and footer are set.

    Declaration
    public HeaderFooterOption()

    Properties

    ShowFooter

    Gets or sets a value indicating whether to show footer. The default value is true.

    Declaration
    public bool ShowFooter { get; set; }
    Property Value
    Type
    System.Boolean

    ShowHeader

    Gets or sets a value indicating whether to show header. The default value is true.

    Declaration
    public bool ShowHeader { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved