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


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

    Parameters

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