Relationships Cell (Shape Layout Section)

Stores the relationships between containers, lists, callouts, and shapes.

Remarks

Microsoft Visio uses the Relationships cell to store the relationships that involve this shape. A series of DEPENDSON functions, with the parameters shown, are used to represent relationships with this shape, as shown in the following table.

First parameter Additional parameters
1
Shapes that are members of this container.
2
Shapes that are members of this list.
3
Callouts that are associated with this shape.
4
Containers that this shape is a member of.
5
List that this list item is a member of.
6
Shape associated with this callout.
7
Container on the left boundary edge of which this shape sits.
8
Container on the right boundary edge of which this shape sits.
9
Container on the top boundary edge of which this shape sits.
10
Container on the bottom boundary edge of which this shape sits.
11
List that this list overlaps.

To get a reference to the Relationships cell by name from another formula, or from a program by using the CellsU property, use:

Value
Cell name:
Relationships

To get a reference to the Relationships cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionObject
Row index:
visRowShapeLayout
Cell index:
visSLORelationships