[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IHeaderFooter

Interface IHeaderFooter

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

Represents a picture or text how to be aligned in the page header and footer.

public interface IHeaderFooter

Properties

Picture

Returns a IGraphic object that represents a picture field included in the specified header or footer.

IGraphic Picture { get; }

Property Value

IGraphic

Text

Returns or sets a Text object that represents text included in the specified header or footer.

string Text { get; set; }

Property Value

string