Frameset.Height property (Word)

Returns or sets a Float that represents the height (in points) 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

Frameset Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.