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


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