ContainerProperties.OverlappedList property (Visio)

Creates or removes an overlapped list relationship with another list shape, or returns the target list shape that participates in an overlapped list relationship with the source list shape. Read/write.

Syntax

expression.OverlappedList

expression An expression that returns a ContainerProperties object.

Return value

Shape

Remarks

To create an overlapped list relationship, set OverlappedList equal to the target list shape.

To remove an existing overlapped list relationship between the source list shape and the target list shape, set OverlappedList equal to Nothing.

OverlappedList returns Nothing if there is no existing overlapped list relationship between the source shape and any other shape.

OverlappedList returns an Invalid Source error if the source shape is not a list. It returns an Invalid Target error if the target shape is not a list.

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.