ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / BindingArrayList Class / SetRange Method

In This Topic
    SetRange Method
    In This Topic
    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