Returns the line number of the cursor position.
yPos = document.selection.GetActivePointY( nFlags );
yPos = document.selection.GetActivePointY( nFlags )
nFlags
Specifies a combination of the following values:
| eePosView | Returns the line number in view. |
| eePosLogical | Returns the logical line number, determined by the number of new lines from the start of the document. |
Supported on EmEditor Professional Version 4.00 or later.