Spread Windows Forms 12.0 Product Documentation
SheetView.MultipleRowMovingException Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView.MultipleRowMovingException Class : SheetView.MultipleRowMovingException Constructor
Number of rows moved successfully before the exception
Inner exception
Initializes a new instance of the %% class.
Syntax
'Declaration
 
Public Function New( _
   ByVal actualMovedRowCount As Integer, _
   ByVal innerException As Exception _
)
'Usage
 
Dim actualMovedRowCount As Integer
Dim innerException As Exception
 
Dim instance As New SheetView.MultipleRowMovingException(actualMovedRowCount, innerException)
public SheetView.MultipleRowMovingException( 
   int actualMovedRowCount,
   Exception innerException
)

Parameters

actualMovedRowCount
Number of rows moved successfully before the exception
innerException
Inner exception
See Also

Reference

SheetView.MultipleRowMovingException Class
SheetView.MultipleRowMovingException Members