ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeRowCollection Class / CopyTo Method

In This Topic
    CopyTo Method (TreeRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As TreeRow, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       TreeRow[] array,
       System.int index
    )

    Parameters

    array
    index
    See Also