Spread Windows Forms 12.0 Product Documentation
Left Property (CharBoxBorderInfo)


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

Property Value

A Line indicates the left border line.
See Also

Reference

CharBoxBorderInfo Class
CharBoxBorderInfo Members