Interface

HTMLTableSectionElement

HTMLTableSectionElement

Provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of sections, that is headers, footers and bodies, in an HTML table.

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

Members

string

# align

Sets or retrieves a value that indicates the table alignment.

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

string

# ch

Deprecated:
  • Yes

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

string

# chOff

Deprecated:
  • Yes

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

void

# deleteRow

Removes the specified row (tr) from the element and from the rows collection.

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

HTMLTableRowElement

# insertRow

Creates a new row (tr) in the table, and adds the row to the rows collection.

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

HTMLCollectionOf.<HTMLTableRowElement>

# rows

Sets or retrieves the number of horizontal rows contained in the object.

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

string

# vAlign

Deprecated:
  • Yes

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