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

    Show / Hide Table of Contents

    HeaderFooterStyle Class

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

    Header footer styles that are not natively supported by spreadsheet formats.

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

    Properties

    BackgroundColor

    Gets or sets the background color.

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

    The background color. Default value is empty.

    Borders

    Gets the borders.

    • C#
    • VB.NET
    public CellBorders Borders { get; }
    Public ReadOnly Property Borders As CellBorders
    Property Value
    CellBorders

    The borders.

    CenterSectionAlignment

    Gets or sets the alignment for the center section.

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

    The alignment for the center section. Default value is Center

    LeftSectionAlignment

    Gets or sets the alignment for the left section.

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

    The alignment for the left section. Default value is Left

    RightSectionAlignment

    Gets or sets the alignment for the right section.

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

    The alignment for the right section. Default value is Right

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.