Resets the dynamic block to the default state.
Supported platforms: Windows only
Signature
VBA:
object.ResetBlock
- object
-
Type: BlockReference, ComparedReference, ExternalReference, MInsertBlock
The objects this method applies to.
Return Value (RetVal)
No return value.
Remarks
The ComparedReference and ExternalReference objects inherit this method from BlockReference, but this method doesn't affect either of the object types when used.
Examples
VBA:
Not available
Visual LISP:
Not available