[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorder.-ctor

CharBoxBorder Constructor

CharBoxBorder()

Initializes a new instance of the CharBoxBorder class.

Declaration
public CharBoxBorder()
Public Sub New()

CharBoxBorder(Line)

Initializes a new instance of the CharBoxBorder class.

Declaration
public CharBoxBorder(Line all)
Public Sub New(all As Line)
Parameters
Type Name Description
Line all

A Line indicates all border lines.

CharBoxBorder(Color, LineStyle)

Initializes a new instance of the CharBoxBorder class.

Declaration
public CharBoxBorder(Color lineColor, LineStyle lineStyle)
Public Sub New(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 line style.

CharBoxBorder(Line, Line, Line, Line)

Initializes a new instance of the CharBoxBorder class.

Declaration
public CharBoxBorder(Line left, Line top, Line right, Line bottom)
Public Sub New(left As Line, top As Line, right As Line, bottom As Line)
Parameters
Type Name Description
Line left

A Line indicates the left border line.

Line top

A Line indicates the top border line.

Line right

A Line indicates the right border line.

Line bottom

A Line indicates the bottom border line.