Method MoveToLine
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
MoveToLine(int)
When implemented by a class, moves the current position to the specified line.
void MoveToLine(int y)
Parameters
y
intIndex of line to move to.
MoveToLine(int, int)
When implemented by a class, moves the current position to the specified line.
void MoveToLine(int y, int linesAbove)