Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / EvenFooter Property


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