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 SpreadsheetColorProperty 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 HeaderFooterAlignmentProperty 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 HeaderFooterAlignmentProperty 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 HeaderFooterAlignmentProperty Value
The alignment for the right section. Default value is Right