[]
Creates a new object with the DragMoveCompleting event arguments.
public DragMoveCompletingEventArgs(SpreadView view, int fromIndex, int count, int toIndex)
Public Sub New(view As SpreadView, fromIndex As Integer, count As Integer, toIndex As Integer)
Type | Name | Description |
---|---|---|
SpreadView | view | SpreadView view |
int | fromIndex | Column or row index of the starting location of the drag |
int | count | Number of columns or rows |
int | toIndex | Column or row index of the destination of the drag |
Creates a new object with the DragMoveCompleted event arguments.
public DragMoveCompletingEventArgs(SpreadView view, int fromIndex, int toIndex)
Public Sub New(view As SpreadView, fromIndex As Integer, toIndex As Integer)
Type | Name | Description |
---|---|---|
SpreadView | view | SpreadView view |
int | fromIndex | Column or row index of starting place of the drag |
int | toIndex | Column or row index of the destination of the drag |