Item プロパティ (CsvList コレクション)¶
指定したインデックスの Csv オブジェクト を取得します。 Index Csv オブジェクトのインデックスを 1 から始まる整数として指定します。 EmEditor Professional Version 19.4 以上で利用できます。¶
[JavaScript]¶
doc = editor.CsvList.Item( Index );
[VBScript]¶
doc = editor.CsvList.Item( Index )
パラメータ¶
例¶
[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
バージョン¶