[]
Copies items from one specified location to another.
void Copy(int fromIndex, int toIndex, int count)
Sub Copy(fromIndex As Integer, toIndex As Integer, count As Integer)
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 |