Frame.WidthRule Property
Word Developer Reference |
Returns or sets the rule used to determine the width of a frame. Read/write WdFrameSizeRule.
Syntax
expression.WidthRule
expression Required. A variable that represents a Frame object.
Example
This example sets the width of the last frame in the active document to exactly 72 points (1 inch).
Visual Basic for Applications |
---|
|
See Also