C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoCompleteDataItemCollection Class / Insert Method
Item position. Value should be greater or equal to 0
The new C1AutoCompleteDataItem item.

In This Topic
Insert Method (C1AutoCompleteDataItemCollection)
In This Topic
Insert a C1AutoCompleteDataItem item into a specific position in the collection.
Syntax
'Declaration
 
Public Shadows Sub Insert( _
   ByVal index As System.Integer, _
   ByVal child As C1AutoCompleteDataItem _
) 
 

Parameters

index
Item position. Value should be greater or equal to 0
child
The new C1AutoCompleteDataItem item.
See Also