[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.SetAllLines

SetAllLines Method

SetAllLines(Color, LineStyle)

Sets the Color and LineStyle settings to all lines.

Declaration
public void SetAllLines(Color lineColor, LineStyle lineStyle)
Public Sub SetAllLines(lineColor As Color, lineStyle As LineStyle)
Parameters
Type Name Description
Color lineColor

The Color value indicates the color of the line.

LineStyle lineStyle

The LineStyle value indicates the style of the line.

SetAllLines(Color)

Sets the Color settings to all lines.

Declaration
public void SetAllLines(Color lineColor)
Public Sub SetAllLines(lineColor As Color)
Parameters
Type Name Description
Color lineColor

The Color value indicates the color of the line.

SetAllLines(LineStyle)

Sets the LineStyle settings to all lines.

Declaration
public void SetAllLines(LineStyle lineStyle)
Public Sub SetAllLines(lineStyle As LineStyle)
Parameters
Type Name Description
LineStyle lineStyle

The LineStyle value indicates the style of the line.