Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBox Class / Border Property


In This Topic
Border Property (CharBox)
In This Topic
Gets or sets border of the char box.
Syntax
'Declaration
 
Public Property Border As CharBoxBorder
 
'Usage
 
Dim instance As CharBox
Dim value As CharBoxBorder
 
instance.Border = value
 
value = instance.Border

Property Value

A CharBoxBorder indicates the border of the char box.
Remarks
This property retrieves the border style of this CharBox.
See Also