Inserts a ListItem into the collection at the specified index
Namespace:
VIBlend.SuperControlsAssembly: VIBlendSuperControls (in VIBlendSuperControls.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# |
|---|
public virtual void Insert( string item, int index ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Insert ( _ item As String, _ index As Integer _ ) |
| Visual C++ |
|---|
public: virtual void Insert( String^ item, int index ) |
Parameters
- item
- Type: System..::.String
ListItem to insert
- index
- Type: System..::.Int32
The zero-based index at which item should be inserted