getCornerHeight Method

Microsoft FrontPage Visual Basic

getCornerHeight Method

Returns an Integer that represents the height of a specified corner in a layout cell or cell formatting table.

expression.getCornerHeight(pszType)

expression    Required. An expression that returns an FPLayoutRegion object.

pszType    Required String. Specifies which corner. Can be one of the following String values: "top-left", "top-right", "bottom-left", "bottom-right", or "all".

Remarks

Use the setCornerHeight method to set the height of a corner in a layout cell or cell formatting table.