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


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