Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / LeftFooter Property


In This Topic
    LeftFooter Property (IPageSetup)
    In This Topic
    Gets or sets a value indicating whether a picture or text to be left-aligned in the page footer.
    Syntax
    'Declaration
     
    
    Property LeftFooter As String
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As String
     
    instance.LeftFooter = value
     
    value = instance.LeftFooter
    string LeftFooter {get; set;}
    See Also