[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.RightFooter

RightFooter Property

RightFooter

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.

Declaration
string RightFooter { get; set; }
Property RightFooter As String
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.RightFooter = "&D";
string rightFooter = pageSetup.RightFooter;