Spread Windows Forms 8.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

SheetView.MultipleColumnMovingException Class
SheetView.MultipleColumnMovingException Members

 

 


Copyright © GrapeCity, inc. All rights reserved.