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.

Version Information

Version Added: Visio 2010

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.