CONNECTED
Get a list of references to all shapes that are connected directly to the current shape, via a line.
Syntax
=CONNECTED
Examples
In the following examples, the selected shape is Shape 2
Text | Property 1 | Property 2 |
---|---|---|
Shape 1 | 1 | 10 |
Shape 2 | 4 | 18 |
Shape 3 | 2 | 13 |
Shape 4 | 6 | |
Shape 5 | 8 | 12 |
=CONNECTED
→ [Shape 1, Shape 3, Shape 4]
Get all shapes connected to the current shape
=CONNECTED."Property 1"
→ [1, 2, 6]
Get all shapes' shape data property "Property 1"
Updated 9 months ago