Removes a range of elements from the collection.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public void RemoveRange( int index, int count ) |
| Visual Basic |
|---|
Public Sub RemoveRange ( _ index As Integer, _ count As Integer _ ) |
Parameters
- index
- Type: System..::..Int32
The zero-based starting index of the range of elements to remove.
- count
- Type: System..::..Int32
The number of elements to remove.