RemoveRange Method (SvgElementCollection)
In This Topic
Removes a range of elements from the
SvgElementCollection.
Syntax
'Declaration
Public Sub RemoveRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void RemoveRange(
System.int ,
System.int
)
Parameters
- index
- The zero-based starting index of the range of elements to remove.
- count
- The number of elements to remove.
See Also