ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPrintSettings Class / Footer Property

In This Topic
    Footer Property
    In This Topic
    Gets or sets the string to be displayed as a page footer when the sheet is printed.
    Syntax
    'Declaration
     
    Public Property Footer As System.String
    public System.string Footer {get; set;}
    Remarks
    The footer string has the same structure and embedded commands as the header string. See the Header property for details.
    See Also