Share
 
 

AllowManualPositions Property (ActiveX)

Toggles the manual positions in a table.

Supported platforms: Windows only

Signature

VBA:

object.AllowManualPositions
object

Type: Table

The object this property applies to.

Property Value

Read-only: No

Type: Boolean

  • True: Each table part can be moved outside of the boundary.
  • False: Table parts are contained within a rectangular boundary.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?