[]
Gets or sets the text in the right footer section of the IPageSetup object.
The string represents the footer content configured for the right section of the page footer, including any supported header or footer formatting codes.
string RightFooter { get; set; }
Property RightFooter As String
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.RightFooter = "&D";
string rightFooter = pageSetup.RightFooter;