Click to return to the Reusing Browser Technology home page    
IHTMLTableCaption::get_al...     IHTMLTableCell Interface     IHTMLTableCaption Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLTableCaption::get_vAlign Method


Retrieves the value that indicates whether the caption appears at the top or bottom of the table.

Syntax

HRESULT get_vAlign(
    BSTR *p 
);

Parameters

p
Address of a string variable that receives one of these strings:

topPlaces the caption at the top of the table.
bottomPlaces the caption at the bottom of the table.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLTableCaption::put_vAlign Method


Sets the value that indicates whether the caption appears at the top or bottom of the table.

Syntax

HRESULT put_vAlign(
    BSTR v 
);

Parameters

v
String that specifies the caption placement. Can be one of these strings:

topPlaces the caption at the top of the table.
bottomPlaces the caption at the bottom of the table.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.