IHTMLTableCaption::get_vAlignIHTMLTableCaption::get_vAlign*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTableCaption::get_align
*Next Topic: IHTMLTableCaption::put_align

IHTMLTableCaption::get_vAlign


HRESULT get_vAlign(
    BSTR *p 
);

Retrieves whether the caption appears at the top or bottom.

p
Address of a string variable that receives one of these strings:
bottom Places the caption at the bottom of the table.
top Places the caption at the top of the table. This is the default value for this property.

See also put_vAlign

Up Top of Page


IHTMLTableCaption::put_vAlign


HRESULT put_vAlign(
    BSTR v 
);

Sets whether the caption appears at the top or bottom.

v
String specifying the caption placement. Can be one of these strings:
bottom Places the caption at the bottom of the table.
top Places the caption at the top of the table. This is the default value for this property.

See also get_vAlign


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.