[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.RightHeader

RightHeader Property

RightHeader

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

Use this property to configure the text displayed in the right section of the page header. Returns an empty string if the right header is not set.

Declaration
string RightHeader { get; set; }
Property RightHeader As String
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.RightHeader = "Page &[Page]";
string rightHeader = pageSetup.RightHeader;