HeaderFooterStyle Class
Header footer styles that are not natively supported by spreadsheet formats.
- Inheritance:
- System.ObjectHeaderFooterStyle
Properties
BackgroundColor
Gets or sets the background color.
public SpreadsheetColor BackgroundColor { get; set; }
Public Property BackgroundColor As SpreadsheetColor
Property Value
The background color. Default value is empty.
Borders
Gets the borders.
Property Value
The borders.
CenterSectionAlignment
Gets or sets the alignment for the center section.
public HeaderFooterAlignment CenterSectionAlignment { get; set; }
Public Property CenterSectionAlignment As HeaderFooterAlignment
Property Value
The alignment for the center section. Default value is Center
LeftSectionAlignment
Gets or sets the alignment for the left section.
public HeaderFooterAlignment LeftSectionAlignment { get; set; }
Public Property LeftSectionAlignment As HeaderFooterAlignment
Property Value
The alignment for the left section. Default value is Left
RightSectionAlignment
Gets or sets the alignment for the right section.
public HeaderFooterAlignment RightSectionAlignment { get; set; }
Public Property RightSectionAlignment As HeaderFooterAlignment
Property Value
The alignment for the right section. Default value is Right