dbicExplorerBar Send comments on this topic.
Insert(Int32,dbiExplorerItem) Method
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerItemCollection Class > Insert Method : Insert(Int32,dbiExplorerItem) Method

nIndex
The index value to insert the ExplorerItem into.
obj
dbiExplorerItem
Inserts a dbiExplorerItem into the collection at a specified index.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal obj As dbiExplorerItem _
) 
C# 
public void Insert( 
   int nIndex,
   dbiExplorerItem obj
)

Parameters

nIndex
The index value to insert the ExplorerItem into.
obj
dbiExplorerItem

Requirements

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

See Also