Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.MultipleRowMovingException Class / SheetView.MultipleRowMovingException Constructor
Number of rows moved successfully before the exception
Inner exception


In This Topic
SheetView.MultipleRowMovingException Constructor
In This Topic
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)

Parameters

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