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


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

    Property Value

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