NarrowingTop 属性 (Document 对象)

检索或设置仅编辑区域的顶部 ( y 轴)。-1 代表没有设置仅编辑选区。

[JavaScript]

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

[VBScript]

n = document.NarrowingTop
document.NarrowingTop = n

版本

支持 EmEditor 14.6 或之后的版本。