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


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

    Parameters

    lineColor
    The System.Drawing.Color value indicates the color of the line.
    lineStyle
    The LineStyle value indicates the style of the line.
    See Also