DOM Object: HTMLTableRowElement
| Property/Method | Functional Description | Data | Test Case |
| rowIndex | Read the index of a specific row within a table | htrw001.html | |
| sectionRowIndex | Read the index of a specific row, relative to the current section | htrw004.html | |
| cells | Read the collection of cells in a specific row. | htrw005.html | |
| align | Read the alignment of a specific row (left|center|right|justify|char) | htrw007.html | |
| align | Set & read the alignment of a specific row (left|center|right|justify|char) | htrw008.html | |
| bgColor | Read the background color of a specific row | htrw009.html | |
| bgColor | Set & read the background color of a specific row | htrw010.html | |
| ch | Read the alignment character for cells in a column | htrw011.html | |
| ch | Set & read the alignment character for cells in a column | htrw012.html | |
| chOff | Read the offset of alignment character | htrw013.html | |
| chOff | Set & read the offset of alignment character | htrw014.html | |
| vAlign | Read the vertical alignment of a specific row (top|middle|bottom|baseline) | htrw015.html | |
| vAlign | Set & read the vertical alignment of a specific row (top|middle|bottom|baseline) | htrw016.html | |
| insertCell() | Insert a cell into a specific row | htrw017.html | |
| deleteCell() | Delete a cell from a specific row. | htrw018.html | |
| Element | tests methods inherited from element | etablerow.html | |
| HTMLElement | tests attr's inherited from htmlelement | helmtrow.html |