[]
Represents the alignment of text on the page of a workbook or section.
public interface IPage
Specifies a picture or text to be center aligned in the page footer.
IHeaderFooter CenterFooter { get; }
Specifies a picture or text to be center aligned in the page header.
IHeaderFooter CenterHeader { get; }
Specifies a picture or text to be left aligned in the page footer.
IHeaderFooter LeftFooter { get; }
Specifies a picture or text to be left aligned in the page header.
IHeaderFooter LeftHeader { get; }
Specifies a picture or text to be right aligned in the page footer.
IHeaderFooter RightFooter { get; }
Specifies a picture or text to be right aligned in the page header.
IHeaderFooter RightHeader { get; }