Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal view As SpreadView, _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim view As SpreadView Dim fromIndex As Integer Dim toIndex As Integer Dim instance As New DragMoveCompletedEventArgs(view, fromIndex, toIndex) |
Parameters
- view
- SpreadView view
- fromIndex
- Column or row index of starting place of the drag
- toIndex
- Column or row index of the destination of the drag
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2