GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / Left Property


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

Property Value

A Line indicates the left border line.
See Also