ComboBoxObjectCollectionInsert Method |
Inserts an existing item into the collection at the specified index.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic virtual Object Insert(
int index,
Object item
)
Parameters
- index
- Type: SystemInt32
The zero-based index location where the item is inserted. - item
- Type: SystemObject
The item that represents the item to insert.
Return Value
Type:
ObjectThe item that was inserted into the collection.
See Also