Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / FooterLeft Property


In This Topic
    FooterLeft Property
    In This Topic
    Gets or sets the text and format of the left footer on printed pages.
    Syntax
    'Declaration
     
    Public Property FooterLeft As String
    'Usage
     
    Dim instance As PrintInfo
    Dim value As String
     
    instance.FooterLeft = value
     
    value = instance.FooterLeft
    public string FooterLeft {get; set;}

    Property Value

    The text and format of the left footer for the printed pages of the report. The default value is an empty string, which means that no footers are printed.
    See Also