Insert(Int32,String) Method
In This Topic
Inserts item with specified string value into the
ComboBoxItemCollection at the specified index.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As String _
)
public void Insert(
int ,
string
)
Parameters
- index
- Index of the item.
- value
- The specified string value.
See Also