footerRowCount

書式

tableObject.footerRowCount

説明

footerRowCountプロパティは表のフッターの行数を示します。footerRowCountプロパティは読み出し、書き込みが可能です。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables[0];
alert(t.footerRowCount);

目次に戻る