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


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