GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    HeaderFooter Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Represents worksheet's header or footer.

    • C#
    • VB.NET
    public sealed class HeaderFooter
    Public NotInheritable Class HeaderFooter
    Inheritance:
    System.Object
    HeaderFooter

    Constructors

    HeaderFooter()

    HeaderFooter constructor.

    • C#
    • VB.NET
    public HeaderFooter()
    Public Sub New

    Properties

    CenterSection

    Gets or sets center section.

    • C#
    • VB.NET
    public HeaderFooterSection CenterSection { get; set; }
    Public Property CenterSection As HeaderFooterSection
    Property Value
    HeaderFooterSection

    LeftSection

    Gets or sets left section.

    • C#
    • VB.NET
    public HeaderFooterSection LeftSection { get; set; }
    Public Property LeftSection As HeaderFooterSection
    Property Value
    HeaderFooterSection

    RightSection

    Gets or sets right section.

    • C#
    • VB.NET
    public HeaderFooterSection RightSection { get; set; }
    Public Property RightSection As HeaderFooterSection
    Property Value
    HeaderFooterSection
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.