Interface

HTMLTableCellElement

HTMLTableCellElement

Provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.

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

Members

string

# abbr

Sets or retrieves abbreviated text for the object.

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

string

# align

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

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

string

# axis

Sets or retrieves a comma-delimited list of conceptual categories associated with the object.

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

string

# bgColor

Deprecated:
  • Yes

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

number

# cellIndex

Retrieves the position of the object in the cells collection of a row.

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

string

# ch

Deprecated:
  • Yes

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

string

# chOff

Deprecated:
  • Yes

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

number

# colSpan

Sets or retrieves the number columns in the table that the object should span.

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

string

# headers

Sets or retrieves a list of header cells that provide information for the object.

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

string

# height

Sets or retrieves the height of the object.

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

boolean

# noWrap

Sets or retrieves whether the browser automatically performs wordwrap.

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

number

# rowSpan

Sets or retrieves how many rows in a table the cell should span.

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

string

# scope

Sets or retrieves the group of cells in a table to which the object's information applies.

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

string

# vAlign

Deprecated:
  • Yes

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

string

# width

Sets or retrieves the width of the object.

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