HTMLTableColElement
The HTMLTableColElement interface provides properties for manipulating single or grouped table column elements.
Properties
Inherits properties from its parent, HTMLElement.
HTMLTableColElement.align-
Is a
DOMStringthat indicates the horizontal alignment of the cell data in the column. HTMLTableColElement.ch-
Is a
DOMStringrepresenting the alignment character for cell data. HTMLTableColElement.chOff-
Is a
DOMStringrepresenting the offset for the alignment character. HTMLTableColElement.span-
Is an
unsigned longthat reflects thespanHTML attribute, indicating the number of columns to apply this object's attributes to. Must be a positive integer. HTMLTableColElement.vAlign-
Is a
DOMStringthat indicates the vertical alignment of the cell data in the column. HTMLTableColElement.width-
Is a
DOMStringrepresenting the default column width.
Methods
No specific method; inherits methods from its parent, HTMLElement.
Specifications
| Specification |
|---|
| HTML Standard # htmltablecolelement |
Browser compatibility
BCD tables only load in the browser
See also
- The HTML element implementing this interface:
<col>and<colgroup>.