GetBottomPointX Method (Selection Object)¶
Returns the column number of the bottom of the selection.
¶
[JavaScript]¶
xPos = document.selection.GetBottomPointX( nFlags [, iSel ] );
[VBScript]¶
xPos = document.selection.GetBottomPointX( nFlags [, iSel ] )
Parameters¶
nFlags
Specifies a combination of the following values:
eePosView | Returns the column position. |
eePosLogical | Returns the number of characters from the previous newline characters (or the start of the document if the first line). |
eePosLogicalA | Same as eePosLogical but counts a full-width character as 2. |
eePosCell | CSV cell unit. |
iSel
Optional. Specifies the one-based index of the selection. If 0 is specified or omitted, the normal selection is specified. If 1 or larger is specified, the nFlags parameter must be eePosLogical.
Version¶
Supported in EmEditor Professional Version 4.00 or later.