ComponentOne Menus and Toolbars for WinForms
InsertRange Method (C1Commands)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1Commands Class : InsertRange Method
Inserts the elements of a collection into the C1Commands at the specified index.
Syntax
'Declaration
 
Public Overrides Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal c As System.Collections.ICollection _
) 
public override void InsertRange( 
   System.int index,
   System.Collections.ICollection c
)

Parameters

index
c
See Also

Reference

C1Commands Class
C1Commands Members