Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Commands Class / SetRange Method

In This Topic
    SetRange Method (C1Commands)
    In This Topic
    Copies the elements of a collection over a range of elements.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetRange( _
       ByVal index As Integer, _
       ByVal c As ICollection _
    ) 
    public override void SetRange( 
       int index,
       ICollection c
    )

    Parameters

    index
    c
    See Also