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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLTableCaption::put_vAlign
HRESULT put_vAlign( BSTR v );Sets whether the caption appears at the top or bottom.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.