Initializes a new instance of the class.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	left As Boolean, _
	top As Boolean, _
	right As Boolean, _
	bottom As Boolean _
)
C#
public CellBorders(
	bool left,
	bool top,
	bool right,
	bool bottom
)
Visual C++
public:
CellBorders(
	bool left, 
	bool top, 
	bool right, 
	bool bottom
)
JavaScript
Greatis.PrintSuite.Providers.CellBorders = function(left, top, right, bottom);

Parameters

left
Type: System..::.Boolean
Left border.
top
Type: System..::.Boolean
Top border.
right
Type: System..::.Boolean
Right border.
bottom
Type: System..::.Boolean
Bottom border.

See Also