Interface HTMLTableSectionElement

継承元:
HTMLElement
プロパティ:
align, ch, chOff, rows, vAlign
メソッド:
deleteRow, insertRow

The THEAD, TFOOT, and TBODY elements.

プロパティ:

メソッド:

IDL 定義:

interface HTMLTableSectionElement : HTMLElement {
           attribute DOMString       align;
           attribute DOMString       ch;
           attribute DOMString       chOff;
           attribute DOMString       vAlign;
  readonly attribute HTMLCollection  rows;
  // Modified in DOM Level 2:
  HTMLElement        insertRow(in long index)
                                        raises(DOMException);
  // Modified in DOM Level 2:
  void               deleteRow(in long index)
                                        raises(DOMException);
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI