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 As Integer, _
ByVal As String _
)
public void InsertText(
int ,
string
)
Parameters
- index
- text
See Also