Compartilhar via


Frameset.Height Property (Word)

Returns or sets a Float that represents the height of the specified Frameset object. Read/write.

Syntax

expression .Height

expression A variable that represents a Frameset object.

Remarks

The HeightType property determines the type of unit in which this value is expressed.

Example

This example sets the height of the specified Frameset object to 25% of the window height.

With ActiveWindow.ActivePane.Frameset 
 .HeightType = wdFramesetSizeTypePercent 
 .Height = 25 
End With

See Also

Concepts

Frameset Object Members

Frameset Object