index

書式

autoCorrectTable.index

説明

indexはAutoCorrectTableオブジェクトのインデックス番号を示します。読み出し専用です。
var ac=app.autoCorrectTables[0];
alert(ac.index);

目次に戻る