- index
- The index position of the element where removal begins.
- count
- The number of objects to remove.
Visual Basic (Declaration) | |
---|---|
Overrides Public Sub RemoveRange( _ ByVal index As Integer, _ ByVal count As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- index
- The index position of the element where removal begins.
- count
- The number of objects to remove.
For C#/VB examples, refer to AnnObjectCollection.
For more information, refer to UIElementCollection.RemoveRange.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family