Interface

HTMLTableColElement

HTMLTableColElement

Provides special properties (beyond the HTMLElement interface it also has available to it inheritance) for manipulating single or grouped table column elements.

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

Members

string

# align

Sets or retrieves the alignment of the object relative to the display or table.

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

string

# ch

Deprecated:
  • Yes

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

string

# chOff

Deprecated:
  • Yes

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

number

# span

Sets or retrieves the number of columns in the group.

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

string

# vAlign

Deprecated:
  • Yes

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

string

# width

Sets or retrieves the width of the object.

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