StartOfDocument Method (Selection Object)¶
Moves the cursor to the start of the document. bExtend Optional. Specifies whether the moved text is collapsed or not. The default
is false and the moved text is collapsed. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.StartOfDocument( [ bExtend ] );
[VBScript]¶
document.selection.StartOfDocument [ bExtend ]
Parameters¶
Version¶