Inserts a new item at the specific index
Namespace:
Gaia.WebWidgetsAssembly: Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
public void Insert( int index, IAspect item ) |
| Visual Basic (Declaration) |
|---|
Public Sub Insert ( _ index As Integer, _ item As IAspect _ ) |
Parameters
- index
- Type: System..::.Int32
index to insert item at
- item
- Type: Gaia.WebWidgets..::.IAspect
item to insert
