Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / CenterFooter Property


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