Spread Windows Forms 12.0 Product Documentation
SetAllLines(Color,LineStyle) Method


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.
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

Reference

CharBoxBorderInfo Class
CharBoxBorderInfo Members
Overload List