Initializes a new instance of the class from another instance.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: 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); |
Parameters
- c
- Type: System..::.Int32
- r
- Type: System..::.Int32
- sc
- Type: System..::.Int32
- sr
- Type: System..::.Int32