CopyTo

RowCollection.CopyTo method

Copies all elements from the collection to the specified array.

public void CopyTo(Array array, int index)
ParameterTypeDescription
arrayArrayTarget array.
indexInt32Starting index in the target array.

See Also