setHeaderVAlign Method

Microsoft FrontPage Visual Basic

setHeaderVAlign Method

Sets the vertical alignment for text inside a header for a layout cell or cell formatting table.

expression.setHeaderVAlign(pszVal)

expression    Required. An expression that returns an FPLayoutRegion object.

pszVal    Required String. Specifies the vertical alignment. Can be one of the following String values: "top", "middle", or "bottom".

Remarks

Use the getHeaderVAlign method to return the vertical alignment for text inside a header for a layout cell or cell formatting table.