Returns the column number of the top of the selection.
xPos = document.selection.GetTopPointX( nFlags );
xPos = document.selection.GetTopPointX( nFlags )
nFlags
Specifies a combination of the following values:
| eePosView | Returns the column position. |
| eePosLogical | Returns the number of characters from the previous new lines (or the start of the document if the first line). |
| eePosLogicalA | Same as eePosLogical but counts a full-width character as 2. |
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft