ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DPointSeriesCollection Class / RemoveRange Method
The zero-based starting index of the range of elements to remove.
The number of elements to remove.

In This Topic
    RemoveRange Method
    In This Topic
    Removes a range of elements from the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void RemoveRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    The zero-based starting index of the range of elements to remove.
    count
    The number of elements to remove.
    See Also