The IHTMLTableCol interface is used to specify column-based defaults for the table properties.
IHTMLTableCol Methods
get_align Displays the element left-aligned, right-aligned, or centered relative to the display or table. get_span Retrieves the number of columns in the group. get_vAlign Retrieves how the text and other content of an element is vertically aligned within the element. get_width Retrieves the calculated width of the element, in pixels. put_align Displays the element left-aligned, right-aligned, or centered relative to the display or table. put_span Sets how many columns are in the group. put_vAlign Sets how the text and other content of an element is vertically aligned within the element. put_width Sets the calculated width of the element, in pixels.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
The COL element is a block element.