Initializes a new instance of the class from the another instance.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	layout As CellLayout _
)
C#
public CellLayout(
	CellLayout layout
)
Visual C++
public:
CellLayout(
	CellLayout^ layout
)
JavaScript
Greatis.PrintSuite.Providers.CellLayout = function(layout);

Parameters

layout
Type: Greatis.PrintSuite.Providers..::.CellLayout
Another instance of the class.

See Also