EmEditor Home - EmEditor Help - EmEditor Macro Reference - Selection Object

GetBottomPointX Method

Returns the column number of the bottom of the selection.

[JavaScript]

xPos = document.selection.GetBottomPointX( nFlags );

[VBScript]

xPos = document.selection.GetBottomPointX( nFlags )

Parameters

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.

Version

Supported on EmEditor Professional Version 4.00 or later.

Send feedback on this topic to Emurasoft

Copyright © 2003-2008 by Emurasoft, Inc.