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