Provides data for the cell span events of grid print providers.

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

Syntax

Visual Basic (Declaration)
Public Class CellSpanEventArgs _
	Inherits CellEventArgs
C#
public class CellSpanEventArgs : CellEventArgs
Visual C++
public ref class CellSpanEventArgs : public CellEventArgs
JavaScript
Greatis.PrintSuite.Providers.CellSpanEventArgs = function();

Type.createClass(
	'Greatis.PrintSuite.Providers.CellSpanEventArgs',
	Greatis.PrintSuite.Providers.CellEventArgs);

Inheritance Hierarchy

See Also