Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / RightFooter Property


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