vAlign property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether the caption appears at the top or bottom of the table.
Syntax
HRESULT value = object.put_vAlign(BSTR v);HRESULT value = object.get_vAlign(BSTR* p);
Property values
Type: BSTR
top
-
Default. Places the caption at the top of the table.
bottom
-
Places the caption at the bottom of the table.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
When this property is set dynamically, the value of the property will be updated, but there will be no visible change in the display.
Build date: 6/12/2012
Community Additions
Show: