FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridPrinter Class / Footer Property

In This Topic
    Footer Property (GridPrinter)
    In This Topic
    Gets or sets a string that contains the page footers.
    Syntax
    'Declaration
     
    
    Public Property Footer As String
    public string Footer {get; set;}
    Remarks

    The string may be divided by tab characters into up to three sections. The sections are then left, center, and right-aligned at the top of each page.

    The string may contain placeholders "{0}" and "{1}" which are replaced with the current page number and total page count.

    Use the FooterFont property to select the font used to render the footer.

    See Also