[]
        
(Showing Draft Content)

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

Grid Constructor

Grid()

Initializes a new Grid instance.

Declaration
public Grid()
Public Sub New()

Grid(Line, Line, Line, Line, Line, Line, Line, VerticalFlags)

Initializes a new Grid instance using the specified attribute settings.

Declaration
public Grid(Line left, Line right, Line top, Line bottom, Line separator, Line horizontal, Line vertical, VerticalFlags verticalFlag)
Public Sub New(left As Line, right As Line, top As Line, bottom As Line, separator As Line, horizontal As Line, vertical As Line, verticalFlag As VerticalFlags)
Parameters
Type Name Description
Line left

A Line structure that represents the left border.

Line right

A Line structure that represents the right border.

Line top

A Line structure that represents the top border.

Line bottom

A Line structure that represents the bottom border.

Line separator

A Line structure that represents the separator.

Line horizontal

A Line structure that represents the horizontal lines.

Line vertical

A Line structure that represents the vertical lines.

VerticalFlags verticalFlag

A VerticalFlag enumeration that represents which portions to draw the vertical lines.