ComponentOne Menus and Toolbars for WinForms
InsertRange Method (C1Stack)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1Stack Class : InsertRange Method
Syntax
'Declaration
 
Public Overridable Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal c As System.Collections.ICollection _
) 
public virtual void InsertRange( 
   System.int index,
   System.Collections.ICollection c
)

Parameters

index
c
See Also

Reference

C1Stack Class
C1Stack Members