Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / Top Property


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

    Property Value

    A BorderLine value represents the top side of border.
    See Also