[]
Moves items from one specified location to another.
void Move(int fromIndex, int toIndex, int count)
Sub Move(fromIndex As Integer, toIndex As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | fromIndex | Location from which to begin the move |
int | toIndex | Location at which to paste moved items |
int | count | Number of items to move |