[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeColumnCollection.CopyTo

CopyTo Method

CopyTo(Array, int)

Copies the entire C1.Win.TreeView.C1TreeColumnCollection to a one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(Array array, int index)
Parameters
Type Name Description
Array array
int index
Implements