| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal objItem As dbiNodeItem _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiNodeItem objItem ) | |
Parameters
- nIndex
- The zero-based index location where the item is inserted.
- objItem
- The dbiNodeItem object to insert.