[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPage

Interface IPage

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the alignment of text on the page of a workbook or section.

public interface IPage

Properties

CenterFooter

Specifies a picture or text to be center aligned in the page footer.

IHeaderFooter CenterFooter { get; }

Property Value

IHeaderFooter

CenterHeader

Specifies a picture or text to be center aligned in the page header.

IHeaderFooter CenterHeader { get; }

Property Value

IHeaderFooter

LeftFooter

Specifies a picture or text to be left aligned in the page footer.

IHeaderFooter LeftFooter { get; }

Property Value

IHeaderFooter

LeftHeader

Specifies a picture or text to be left aligned in the page header.

IHeaderFooter LeftHeader { get; }

Property Value

IHeaderFooter

RightFooter

Specifies a picture or text to be right aligned in the page footer.

IHeaderFooter RightFooter { get; }

Property Value

IHeaderFooter

RightHeader

Specifies a picture or text to be right aligned in the page header.

IHeaderFooter RightHeader { get; }

Property Value

IHeaderFooter