Spread Windows Forms 15.0
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)
    public void SetBorderStyle( 
       LineStyle lineStyle
    )

    Parameters

    lineStyle
    A LineStyle indicate the style of line.
    See Also