dbicList Send comments on this topic.
Insert Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : Insert Method

nIndex
The zero-based index location where the item is inserted.
objItem
The dbiNodeItem object to insert.
Inserts a new dbiNodeItem object into the collection.

Syntax

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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also