C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputComboBoxItemCollection Class / InsertText Method

In This Topic
InsertText Method (InputComboBoxItemCollection)
In This Topic
Inserts an InputOption with the specified text into this collection at the given index.
Syntax
'Declaration
 
Public Sub InsertText( _
   ByVal index As Integer, _
   ByVal text As String _
) 
 

Parameters

index
text
See Also