ComponentOne Basic Library for UWP
Insert Method (C1ItemCollection)

C1.UWP Assembly > C1.Xaml Namespace > C1ItemCollection Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As System.Object _
) 
public void Insert( 
   System.int index,
   System.object item
)

Parameters

index
item
See Also

Reference

C1ItemCollection Class
C1ItemCollection Members