Method FindRange
FindRange(Point)
Locates range at specified position.
public IRange? FindRange(Point point)Parameters
- pointPoint
- Position to locate range. 
Returns
- IRange
- IRangeat the specified position.
FindRange(int)
Locates range at specified line.
public IRange? FindRange(int index)Parameters
- indexint
- Index of line to locate range. 
Returns
- IRange
- IRangeat specified line.
FindRange(Point, IComparer<IRange>)
protected IRange? FindRange(Point point, IComparer<IRange> comparer)Parameters
Returns
FindRange(int, IComparer<IRange>)
protected IRange? FindRange(int index, IComparer<IRange> comparer)