Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMargin Class / Footer Property


In This Topic
    Footer Property (PrintMargin)
    In This Topic
    Gets or sets the footer margin for the printed page.
    Syntax
    'Declaration
     
    
    Public Property Footer As Integer
    'Usage
     
    
    Dim instance As PrintMargin
    Dim value As Integer
     
    instance.Footer = value
     
    value = instance.Footer
    public int Footer {get; set;}
    See Also