Shape.FromConnects property (Visio)

Returns a Connects collection of the shapes connected to a shape. Read-only.

Syntax

expression. FromConnects

expression A variable that represents a Shape object.

Return value

Connects

Remarks

The FromConnects property of a shape returns a Connects collection that contains every Connect object for which the shape is the ToSheet property. This tells you all the shapes connected to a shape.

To obtain a Connects collection that contains every Connect object for which the shape is the FromSheet property, use the shape's Connects property. This tells you all the shapes to which the shape is connected.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.