This topic has not yet been rated - Rate this topic

vAlign property

Sets or retrieves whether the caption appears at the top or bottom of the table.

Syntax

HRESULT value = object.put_vAlign( v);HRESULT value = object.get_vAlign(* 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

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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.