setHeaderHtml Method

Microsoft FrontPage Visual Basic

setHeaderHtml Method

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

expression.setHeaderHtml(pszVal)

expression    Required. An expression that returns an FPLayoutRegion object.

pszVal    Required String. Specifies the HTML code and text.

Remarks

Use the getHeaderHtml method to return the HTML text inside a header for a layout cell or cell formatting table.

The setHeaderHtml method will return an error if a header is not present. Use the setHeaderSize method to add a header to a layout cell or cell formatting table.