TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumnCollection Class / CopyTo Method

In This Topic
    CopyTo Method (C1TreeColumnCollection)
    In This Topic
    Copies the entire C1.Win.TreeView.C1TreeColumnCollection to a one-dimensional array, starting at the specified index of the target array.
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       Array array,
       int index
    )

    Parameters

    array
    index
    See Also