Spread Windows Forms 12.0 Product Documentation
SheetView.MultipleColumnMovingException Constructor


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

Parameters

actualMovedColumnCount
Number of columns moved successfully before exception
innerException
Inner exception
See Also

Reference

SheetView.MultipleColumnMovingException Class
SheetView.MultipleColumnMovingException Members