Method FindExactRange
FindExactRange(Point)
Locates range at specified position and verifies whether it starts at the given position.
public IRange? FindExactRange(Point point)Parameters
- pointPoint
- Position to locate range. 
Returns
- IRange
- IRangeif it starts at specified position; otherwise null.
FindExactRange(int)
Locates range at specified line and verifies whether it starts at the given line.
public IRange? FindExactRange(int index)Parameters
- indexint
- Index of line to locate range. 
Returns
- IRange
- IRangeif it starts at specified line; otherwise null.