Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / Bottom Property


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

    Property Value

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