bodyRowCount

書式

tableObject.bodyRowCount

説明

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

目次に戻る