Method FindExactRange
FindExactRange(Point)
Locates range at specified position and verifies whether it starts at the given position.
public IRange? FindExactRange(Point point)
Parameters
point
PointPosition to locate range.
Returns
- IRange
IRange
if 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
index
intIndex of line to locate range.
Returns
- IRange
IRange
if it starts at specified line; otherwise null.