导航: EmEditor 帮助 > 宏参考 > Document 对象 > 属性
EmEditor 宏参考: NarrowingTop 属性
检索或设置仅编辑区域的顶部 ( y 轴)。-1 代表没有设置仅编辑选区。
n = document.NarrowingTop;
document.NarrowingTop = n;
n = document.NarrowingTop
document.NarrowingTop = n
支持 EmEditor 14.6 或之后的版本。