Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border Class / Bottom Property


In This Topic
Bottom Property (Border)
In This Topic
Gets or sets the bottom.
Syntax
'Declaration
 
Public Property Bottom As Border.BorderSide
 
'Usage
 
Dim instance As Border
Dim value As Border.BorderSide
 
instance.Bottom = value
 
value = instance.Bottom

Property Value

The bottom.
See Also