'Declaration Public Shadows Sub Insert( _ ByVal index As System.Integer, _ ByVal child As C1AutoCompleteDataItem _ )
public new void Insert( System.int index, C1AutoCompleteDataItem child )
Parameters
- index
- Item position. Value should be greater or equal to 0
- child
- The new C1AutoCompleteDataItem item.