HTMLTableColElement : HTMLElement

A column (col) or column group (colgroup) in an HTML table.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
4.0+1.0+6.0+7.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
A column (col) or column group (colgroup) in an HTML table.
4.0+1.0+6.0+7.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Horizontal alignment of the element.
4.0+1.0+6.0+7.0+1.0+no
 
Character to use to align the element.
4.0+1.0+6.0+7.0+1.0+no
 
Offset for the alignment of the element.
4.0+1.0+6.0+7.0+1.0+no
 
Number of columns in the element.
4.0+1.0+6.0+7.0+1.0+no
 
Vertical alignment of the element.
4.0+1.0+6.0+7.0+1.0+no
 
Width of the element.
4.0+1.0+6.0+7.0+1.0+no
 

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C

Constructor Detail

HTMLTableColElement HTMLTableColElement()

A column (col) or column group (colgroup) in an HTML table.

Visibility
internal

Property Detail

String align

Horizontal alignment of the element.

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C

String ch

Character to use to align the element.

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C

String chOff

Offset for the alignment of the element.

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C

Number span

Number of columns in the element.

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C

String vAlign

Vertical alignment of the element.

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C

String width

Width of the element.

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C