Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / Footer Property


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

    Property Value

    The footer.
    See Also