Spread Windows Forms 12.0 Product Documentation
Bottom Property (CharBoxBorderInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxBorderInfo Class : Bottom Property
Gets or sets the bottom border line.
Syntax
'Declaration
 
Public Property Bottom As Line
'Usage
 
Dim instance As CharBoxBorderInfo
Dim value As Line
 
instance.Bottom = value
 
value = instance.Bottom
public Line Bottom {get; set;}

Property Value

A Line indicates the bottom border line.
See Also

Reference

CharBoxBorderInfo Class
CharBoxBorderInfo Members