Heading Property (Csv Object)¶
Corresponds to the Lines of headings text box in the CSV page of the Customize dialog box. Supported on EmEditor Professional Version 19.4 or later.¶
[JavaScript]¶
n = object.Heading;
object.Heading = n;
[VBScript]¶
n = object.Heading
object.Heading = n
Version¶