dbicExplorerBar Send comments on this topic.
AddRange Method
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerListCollection Class : AddRange Method

arrayItems
The array containing the dbiExplorerLists to add to the collection.
Adds the contents of an array of dbiExplorerList to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal arrayItems() As dbiExplorerList _
) 
C# 
public void AddRange( 
   dbiExplorerList[] arrayItems
)

Parameters

arrayItems
The array containing the dbiExplorerLists to add to the collection.

Requirements

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

See Also