ComponentOne Menus and Toolbars for WinForms
SetRange Method (C1CommandLinks)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1CommandLinks Class : SetRange Method
Copies the elements of a collection over a range of elements.
Syntax
'Declaration
 
Public Overrides Sub SetRange( _
   ByVal index As System.Integer, _
   ByVal c As System.Collections.ICollection _
) 
public override void SetRange( 
   System.int index,
   System.Collections.ICollection c
)

Parameters

index
c
See Also

Reference

C1CommandLinks Class
C1CommandLinks Members