HeadingLines Property (Document Object)¶
Retrieves or sets the number of lines for headings (non-scrollable area). Supported on EmEditor Professional Version 14.6 or later.¶
[JavaScript]¶
n = document.HeadingLines;
document.HeadingLines = n;
[VBScript]¶
n = document.HeadingLines
document.HeadingLines = n
Version¶