NarrowingTop Property (Document Object)

Retrieves or sets the top position (y-axis) of the narrowing (editable area). Setting this variable to -1 disables narrowing.

[JavaScript]

n = document.NarrowingTop;
document.NarrowingTop = n;

[VBScript]

n = document.NarrowingTop
document.NarrowingTop = n

Version

Supported on EmEditor Professional Version 14.6 or later.