Frame.HeightRule Property
Word Developer Reference |
Returns or sets a WdFrameSizeRule that represents the rule for determining the height of the specified frame. Read/write.
Syntax
expression.HeightRule
expression Required. A variable that represents a Frame object.
Example
This example sets both the height and width of the first frame in the active document to exactly 1 inch.
Visual Basic for Applications |
---|
|
See Also