Initializes a new instance of the class from another instance.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	args As PrintContentEventArgs, _
	c As Integer, _
	r As Integer, _
	sc As Integer, _
	sr As Integer _
)
C#
public CellSpanEventArgs(
	PrintContentEventArgs args,
	int c,
	int r,
	int sc,
	int sr
)
Visual C++
public:
CellSpanEventArgs(
	PrintContentEventArgs^ args, 
	int c, 
	int r, 
	int sc, 
	int sr
)
JavaScript
Greatis.PrintSuite.Providers.CellSpanEventArgs = function(args, c, r, sc, sr);

See Also