[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.LeftHeader

LeftHeader Property

LeftHeader

Gets or sets the text in the left header section of the IPageSetup object.

The string configures the left header when the worksheet is printed. It can include header text and any header codes that were set for printing.

Declaration
string LeftHeader { get; set; }
Property LeftHeader As String
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.LeftHeader = "&\"Arial,Italic\"Sales Report";
string leftHeader = pageSetup.LeftHeader;