Returns or sets the rule used to determine the width of a frame. Read/write Long.
Can be one of the following WdFrameSizeRule constants.
| Constant | Description |
|---|---|
| wdFrameAuto | Sets the width according to the width of the item in the frame. |
| wdFrameExact | Sets the width to an exact value specified by the Width property. |
| wdFrameAtLeast | Sets the width to a value equal to or greater than the value specified by the Width property. |