Java Reference
In-Depth Information
The index of the row in the table.
Level 1
rowIndex
The index of the row relative to the section it
belongs to ( <thead/> , <tfoot/> , or <tbody/> ).
Level 1
sectionRowIndex
Gets or sets the value of the valign attribute.
Level 1
vAlign
Methods
MethOD NaMe
DesCrIptION
INtrODuCeD
Deletes the cell at the specified index.
Level 1
deleteCell(index)
Inserts and returns an empty <td/> element. If
index is ‐1 or equal to the number of cells in
the row, the new cell is appended to the end of
the list.
Level 1
insertCell(index)
HTMLTableSectionelement
Represents the <thead/> , <tbody/> , and <tfoot/> elements.
Properties
prOperty NaMe
DesCrIptION
INtrODuCeD
Deprecated. Gets or sets the value of the align
attribute.
Level 1
align
Returns an HTMLCollection containing the rows
of the section.
Level 1
rows
Gets or sets the value of the valign attribute.
Level 1
vAlign
Methods
MethOD NaMe
DesCrIptION
INtrODuCeD
Deletes the row at the specified index relative to
the section.
Level 1
deleteRow(index)
Inserts and returns a new row into the section
at the specified index (relative to the section). If
index is ‐1 or equal to the number of rows, the
row is appended to the end of the list.
Level 1
insertRow(index)
Search WWH ::




Custom Search