C1.WPF.PrintDocument.4.6.2 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 _
) 
 

Parameters

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