UnSpring (Method)

Applies To:

Field object, Table object, ReportPivot collection, ReportChart collection, Shapes collection

Description:

Removes the relative vertical spacing between dynamic objects. That is, you can unspring one object from another so that if the first object was sprung (moved, increased or diminished), the second object moved in the same flow. To spring an item, see the Spring (Method).

Syntax:

Expression.Unspring(Name as String)

Expression Required:

An expression that unsprings a report object

Example:

This example shows how to spring and unspring a table and chart object in the Body section:

ActiveDocument.Sections["Report"].Body.Tables["Table"].Spring("Chart")
ActiveDocument.Sections["Report"].Body.Charts["Chart"].UnSpring()