Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorderInfo Class / SetAllLines Method / SetAllLines(LineStyle) Method
The LineStyle value indicates the style of the line.


In This Topic
    SetAllLines(LineStyle) Method
    In This Topic
    Sets the LineStyle settings to all lines.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetAllLines( _
       ByVal lineStyle As LineStyle _
    ) 
    'Usage
     
    
    Dim instance As CharBoxBorderInfo
    Dim lineStyle As LineStyle
     
    instance.SetAllLines(lineStyle)
    public void SetAllLines( 
       LineStyle lineStyle
    )

    Parameters

    lineStyle
    The LineStyle value indicates the style of the line.
    See Also