Count 属性 (CsvList 集合)

检索 Csv 对象的数目。

[JavaScript]

nCount = editor.CsvList.Count;

[VBScript]

nCount = editor.CsvList.Count

示例

[JavaScript]

alert( "Csv 对象数: " + editor.CsvList.Count );

[VBScript]

alert "Csv 对象数: " & editor.CsvList.Count

版本

支持 EmEditor 19.4 或之后的版本。