[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.RemoveRange

RemoveRange Method

RemoveRange(int, int)

Removes a range of elements from the SvgElementCollection.

Declaration
public void RemoveRange(int index, int count)
Public Sub RemoveRange(index As Integer, count As Integer)
Parameters
Type Name Description
int index

The zero-based starting index of the range of elements to remove.

int count

The number of elements to remove.