FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / CopyTo Method

In This Topic
    CopyTo Method (IDataList)
    In This Topic
    Syntax
    'Declaration
     
    Sub CopyTo( _
       ByVal array As Array, _
       ByVal index As Integer _
    ) 
    void CopyTo( 
       Array array,
       int index
    )

    Parameters

    array
    index
    See Also