Spread Windows Forms 12.0 Product Documentation
SetBorderStyle Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfoCollection Class : SetBorderStyle Method
A LineStyle indicate the style of line.
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)
public void SetBorderStyle( 
   LineStyle lineStyle
)

Parameters

lineStyle
A LineStyle indicate the style of line.
See Also

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members
CharBoxBorderInfo Class