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

nIndex
The index value to insert the ExplorerList into.
obj
The dbiExplorerList to add to the collection.
Insert a specific dbiExplorerList into the collection at a specified index.

Syntax

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

Parameters

nIndex
The index value to insert the ExplorerList into.
obj
The dbiExplorerList to add to the collection.

Requirements

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

See Also