Interface

HTMLTableRowElement

HTMLTableRowElement

Provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of rows in an HTML table.

View Source js/lib.dom.d.ts, line 3964

Members

string

# align

Sets or retrieves how the object is aligned with adjacent text.

View Source js/lib.dom.d.ts, line 3967

string

# bgColor

Deprecated:
  • Yes

View Source js/lib.dom.d.ts, line 3972

HTMLCollectionOf.<(HTMLTableDataCellElement|HTMLTableHeaderCellElement)>

# cells

Retrieves a collection of all cells in the table row.

View Source js/lib.dom.d.ts, line 3976

string

# ch

Deprecated:
  • Yes

View Source js/lib.dom.d.ts, line 3981

string

# chOff

Deprecated:
  • Yes

View Source js/lib.dom.d.ts, line 3985

void

# deleteCell

Removes the specified cell from the table row, as well as from the cells collection.

View Source js/lib.dom.d.ts, line 4003

HTMLTableDataCellElement

# insertCell

Creates a new cell in the table row, and adds the cell to the cells collection.

View Source js/lib.dom.d.ts, line 4009

number

# rowIndex

Retrieves the position of the object in the rows collection for the table.

View Source js/lib.dom.d.ts, line 3989

number

# sectionRowIndex

Retrieves the position of the object in the collection.

View Source js/lib.dom.d.ts, line 3994

string

# vAlign

Deprecated:
  • Yes

View Source js/lib.dom.d.ts, line 3999