NarrowingBottom Property (Document Object)¶
Retrieves or sets the bottom position (y-axis) of the narrowing (editable area). Setting this variable to -1 disables narrowing. Supported on EmEditor Professional Version 14.6 or later.¶
[JavaScript]¶
n = document.NarrowingBottom;
document.NarrowingBottom = n;
[VBScript]¶
n = document.NarrowingBottom
document.NarrowingBottom = n
Version¶