[]
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.
string RightHeader { get; set; }
Property RightHeader As String
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.RightHeader = "Page &[Page]";
string rightHeader = pageSetup.RightHeader;