Spread Windows Forms 12.0 Product Documentation
Bottom Property (Border)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : Bottom Property
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

Reference

Border Structure
Border Members