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