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 ( _ args As PrintContentEventArgs, _ c As Integer, _ r As Integer, _ sc As Integer, _ sr As Integer, _ newcolspan As Integer, _ newrowspan As Integer, _ action As SpanChangeAction _ ) |
C# |
---|
public CellSpanChangedEventArgs( PrintContentEventArgs args, int c, int r, int sc, int sr, int newcolspan, int newrowspan, SpanChangeAction action ) |
Visual C++ |
---|
public: CellSpanChangedEventArgs( PrintContentEventArgs^ args, int c, int r, int sc, int sr, int newcolspan, int newrowspan, SpanChangeAction action ) |
JavaScript |
---|
Greatis.PrintSuite.Providers.CellSpanChangedEventArgs = function(args, c, r, sc, sr, newcolspan, newrowspan, action); |
Parameters
- args
- Type: Greatis.PrintSuite..::.PrintContentEventArgs
Instance of the inherited arguments class.
- c
- Type: System..::.Int32
Zero-based index of cell column.
- r
- Type: System..::.Int32
Zero-based index of cell row.
- sc
- Type: System..::.Int32
Zero-based index of column portion of spanned cell.
- sr
- Type: System..::.Int32
Zero-based index of row portion of spanned cell
- newcolspan
- Type: System..::.Int32
New column span value.
- newrowspan
- Type: System..::.Int32
New row span value.
- action
- Type: Greatis.PrintSuite.Providers..::.SpanChangeAction
Span change action.