CsvList 属性 (Editor 对象)

检索或设置 CsvList 集合

[JavaScript]

csvs = editor.CsvList;
editor.CsvList = csvs;

[VBScript]

Set csvs = editor.CsvList
editor.CsvList = csvs

版本

支持 EmEditor 19.4 或之后的版本。