Spread Windows Forms 12.0 Product Documentation
Top Property (CharBoxBorderInfo)


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

Property Value

A Line indicates the top border line.
See Also

Reference

CharBoxBorderInfo Class
CharBoxBorderInfo Members