Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / Bottom Property


In This Topic
Bottom Property (CharBoxBorder)
In This Topic
Gets or sets the bottom border line.
Syntax
'Declaration
 
Public Property Bottom As Line
 
'Usage
 
Dim instance As CharBoxBorder
Dim value As Line
 
instance.Bottom = value
 
value = instance.Bottom

Property Value

A Line indicates the bottom border line.
See Also