Method RemoveRange
RemoveRange(Point)
Removes all ranges containing specified position.
public void RemoveRange(Point point)Parameters
- pointPoint
- Position to remove ranges. 
RemoveRange(int)
Removes all containing specified line.
public void RemoveRange(int index)Parameters
- indexint
- Index of line to remove ranges.