class DOM.HTMLTableSectionElement |
|
|
The THEAD , TFOOT , and TBODY elements.
|
|
|
|
|
|
Horizontal alignment of data in cells. See the align attribute for HTMLTheadElement for details.
|
|
Alignment character for cells in a column. See the char attribute definition in HTML 4.0.
|
|
Offset of alignment character. See the charoff attribute definition in HTML 4.0.
|
|
Delete a row from this section.
index - The index of the row to be deleted, or -1 to delete the last row. This index starts from 0 and is relative only to the rows contained inside this section, not all the rows in the table.
|
|
Insert a row into this section. The new row is inserted immediately before the current indexth row in this section. If index is -1 or equal to the number of rows in this sectino, the new row is appended.
index - The row number where to insert a new row. Returns The newly created row.
|
|
The collection of rows in this table section.
|
|
see align |
|
see ch |
|
see chOff |
|
see vAlign |
|
Vertical alignment of data in cells. See the valign attribute for HTMLTheadElement for details.
|