Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginInfo Class / Top Property


In This Topic
    Top Property (MarginInfo)
    In This Topic
    Gets or sets the top.
    Syntax
    'Declaration
     
    
    Public Property Top As Integer
    'Usage
     
    
    Dim instance As MarginInfo
    Dim value As Integer
     
    instance.Top = value
     
    value = instance.Top
    public int Top {get; set;}

    Property Value

    The top.
    See Also