IHTMLTableCol interface

This interface is used to specify column-based defaults for the table properties.

Members

The IHTMLTableCol interface inherits from the IDispatch interface. IHTMLTableCol also has these types of members:

  • Properties

Properties

The IHTMLTableCol interface has these properties.

Property Description

align

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

span

Sets or retrieves the number of columns in the group.

vAlign

Sets or retrieves how text and other content are vertically aligned within the object that contains them.

width

Sets or retrieves the width of the object.

 

Remarks

The col element is a block element.

Windows Internet Explorer 8 will only render tables up to 1000 columns. To force Windows Internet Explorer 7 rendering mode, see How Do I Take Advantage of the New Features in Internet Explorer 8.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLTableCol2