Returns the line number of the origin point of the selection.
yPos = document.selection.GetAnchorPointY( nFlags );
yPos = document.selection.GetAnchorPointY( 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.03 or later.