Toggles the manual heights in a table.
Supported platforms: Windows only
Signature
VBA:
object.AllowManualHeights
- object
-
Type:
Table
The object this property applies to.
Property Value
Read-only: No
Type: Boolean
- True: Broken table parts to have their own breaking height.
- False: All table parts will break at the height of the initial table part.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available