HeaderFooter Class
Represents worksheet's header or footer.
- Inheritance:
- System.ObjectHeaderFooter
Constructors
HeaderFooter()
HeaderFooter constructor.
Properties
CenterSection
Gets or sets center section.
public HeaderFooterSection CenterSection { get; set; }
Public Property CenterSection As HeaderFooterSection
Property Value
LeftSection
Gets or sets left section.
public HeaderFooterSection LeftSection { get; set; }
Public Property LeftSection As HeaderFooterSection
Property Value
RightSection
Gets or sets right section.
public HeaderFooterSection RightSection { get; set; }
Public Property RightSection As HeaderFooterSection