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:
top Places the caption at the top of the table. bottom Places 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
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:
top Places the caption at the top of the table. bottom Places 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