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