Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / InputActionCollection Class / Insert Method
The index where to insert the element.
The element to insert.

In This Topic
    Insert Method (InputActionCollection)
    In This Topic
    Inserts an element into the current collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal inputAction As InputAction _
    ) 
    public void Insert( 
       int index,
       InputAction inputAction
    )

    Parameters

    index
    The index where to insert the element.
    inputAction
    The element to insert.
    See Also