getActiveArtboardIndex

書式

artboards.getActiveArtboardIndex()

説明

アクティブになっているアートボードのインデックス番号を返します。最初のアートボードは0になります。
var n = app.activeDocument.artboards.getActiveArtboardIndex();
alert(n);

目次に戻る