Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border Class / Top Property


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

    Property Value

    The top.
    See Also