GetTopPointX Method (Selection Object)¶
Returns the column number of the top of the selection. 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. Supported in EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
xPos = document.selection.GetTopPointX( nFlags [, iSel ] );
[VBScript]¶
xPos = document.selection.GetTopPointX( nFlags [, iSel ] )
Parameters¶
Version¶