Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageSetting Interface / Footer Property


In This Topic
    Footer Property (IExcelPrintPageSetting)
    In This Topic
    Gets or sets the footer.
    Syntax
    'Declaration
     
    Property Footer As String
    'Usage
     
    Dim instance As IExcelPrintPageSetting
    Dim value As String
     
    instance.Footer = value
     
    value = instance.Footer
    string Footer {get; set;}

    Property Value

    The footer.
    See Also