headerRowCount

書式

tableObject.headerRowCount

説明

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

目次に戻る