DetectCSV Property (FileProp Object)

Corresponds to the Detect CSV (Comma-Separated) check box in the File page of Configuration Properties.

[JavaScript]

b = object.DetectCSV;
object.DetectCSV = b;

[VBScript]

b = object.DetectCSV
object.DetectCSV = b

Version

Supported on EmEditor Professional Version 9.00 or later.