[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.LeftFooter

LeftFooter Property

LeftFooter

Gets or sets the text in the left section of the page footer.

Declaration
public string LeftFooter { get; set; }
Public Property LeftFooter As String
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.LeftFooter = "Confidential";
string leftFooter = pageSettings.LeftFooter;