setContentHtml Method

Microsoft FrontPage Visual Basic

setContentHtml Method

Sets the HTML text inside of a layout cell or the content layout cell of a cell formatting table.

expression.setContentHtml(pszVal)

expression    Required. An expression that returns an FPLayoutRegion object.

pszVal    Required String. Specifies the HTML code and text.

Remarks

Use the getContentHtml method to return the HTML text inside of a layout cell or the content layout cell of a cell formatting table.