Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / SetBorderStyle Method
A LineStyle indicate the style of line.


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

    Parameters

    lineStyle
    A LineStyle indicate the style of line.
    See Also