Navigation: EmEditor Help > Macro Reference > Csv Object > Properties
Macro: AllowNL Property
Corresponds to the Allow newlines in quotes check box in the CSV page of the Customize dialog box.
b = object.AllowNL;
object.AllowNL = b;
b = object.AllowNL
object.AllowNL = b
Supported on EmEditor Professional Version 19.4 or later.