public DragMoveCompletedEventArgs( SpreadView view, int fromIndex, int count, int toIndex )
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal fromIndex As Integer, _ ByVal count As Integer, _ ByVal toIndex As Integer _ )
'Declaration
Public Function New( _ ByVal view As SpreadView, _ ByVal fromIndex As Integer, _ ByVal count As Integer, _ ByVal toIndex As Integer _ )
'Usage Dim view As SpreadView Dim fromIndex As Integer Dim count As Integer Dim toIndex As Integer Dim instance As New DragMoveCompletedEventArgs(view, fromIndex, count, toIndex)
'Usage
Dim view As SpreadView Dim fromIndex As Integer Dim count As Integer Dim toIndex As Integer Dim instance As New DragMoveCompletedEventArgs(view, fromIndex, count, toIndex)
DragMoveCompletedEventArgs Class DragMoveCompletedEventArgs Members Overload List