[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IMovable.Copy

Copy Method

Copy(int, int, int)

Copies items from one specified location to another.

Declaration
void Copy(int fromIndex, int toIndex, int count)
Sub Copy(fromIndex As Integer, toIndex As Integer, count As Integer)
Parameters
Type Name Description
int fromIndex

Location from which to begin copying

int toIndex

Location at which to paste copied items

int count

Number of items to copy