Item Property (CsvList Collection)¶
Retrieves the Csv object of the specified index. Index Specifies the index of the Csv object as a one-based integer. Supported on EmEditor Professional Version 19.4 or later.¶
[JavaScript]¶
doc = editor.CsvList.Item( Index );
[VBScript]¶
doc = editor.CsvList.Item( Index )
Parameters¶
Examples¶
[JavaScript]¶
alert( "Name for the first Csv object: " + editor.CsvList.Item(1).Name );
[VBScript]¶
alert "Name for the first Csv object: " & editor.CsvList.Item(1).Name
Version¶