Columns.CopyTo

Declaration

public void CopyTo(Column[] array, int arrayIndex);

Parameters

array The array to copy to.
arrayIndex The starting index.

Description

Copies the elements of the current collection to a Array, starting at the specified index.


Did you find this page useful? Please give it a rating: