The IHTMLTableCaption interface specifies a caption for a table.
IHTMLTableCaption Methods
get_align Retrieves the alignment of the caption. get_vAlign Retrieves the value that indicates whether the caption appears at the top or bottom of the table. put_align Sets the alignment of the caption. put_vAlign Sets the value that indicates whether the caption appears at the top or bottom of the table.
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 CAPTION element is a block element.