Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / SetBorderStyle Method
A LineStyle indicate the style of line.


In This Topic
SetBorderStyle Method (CharBoxInfoCollection)
In This Topic
Set the LineStyle of all of each CharBoxInfo in this collection
Syntax
'Declaration
 
Public Sub SetBorderStyle( _
   ByVal lineStyle As LineStyle _
) 
 
'Usage
 
Dim instance As CharBoxInfoCollection
Dim lineStyle As LineStyle
 
instance.SetBorderStyle(lineStyle)

Parameters

lineStyle
A LineStyle indicate the style of line.
See Also