2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ActionCollection Class / CopyTo Method

In This Topic
    CopyTo Method (ActionCollection)
    In This Topic
    Copies the collection of Actions beginning with the specified index to the specified array of Action objects.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As Action, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       Action[] array,
       System.int index
    )

    Parameters

    array
    index
    See Also