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

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