Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMargin Class / Bottom Property


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