PUBLIC
HTMLTableRowElement
Instance Properties
cells
rowIndex
sectionRowIndex
Instance Methods
deleteCell
insertCell
DOM API
All API
No API set selected.
JavaScript
HTMLTableRowElement
:
HTMLElement
Spec
Instance Properties
cells
:
HTMLCollection
readonly
rowIndex
:
Number
readonly
sectionRowIndex
:
Number
readonly
Instance Methods
deleteCell
(
index
:
Number
) :
undefined
insertCell
(
[
index
= -1
:
Number
]
) :
HTMLElement
Returns a new <td> element inserted into the row at the specified position.
home
license
contribute
feedback
Copyright © PUBLIC Contributors