[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.RightFooter

RightFooter Property

RightFooter

Gets or sets the text displayed in the right section of the page footer.

Declaration
public string RightFooter { get; set; }
Public Property RightFooter As String
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.RightFooter = "Page &[Page] of &[Pages]";
string rightFooter = pageSettings.RightFooter;