[]
        
(Showing Draft Content)

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

Line Constructor

Line()

Initializes a new instance of the Line class.

Declaration
public Line()
Public Sub New()

Line(LineStyle, Color)

Initializes a new Line class instance with the specified attribute settings.

Declaration
public Line(LineStyle lineStyle, Color color)
Public Sub New(lineStyle As LineStyle, color As Color)
Parameters
Type Name Description
LineStyle lineStyle

A LineStyle enumeration that indicates the line style of the line.

Color color

A Color value that indicates the color of the line.