[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IMovable.Move

Move Method

Move(int, int, int)

Moves items from one specified location to another.

Declaration
void Move(int fromIndex, int toIndex, int count)
Sub Move(fromIndex As Integer, toIndex As Integer, count As Integer)
Parameters
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