DESCENDANTS

Get info about all descendants of current object: children, and children of children, etc.

Syntax

=DESCENDANTS

Examples

In the following examples, the selected shape is a group with 6 shapes in it, with the following text and values

TextProperty 1Property 2
Shape 1110
Shape 2418
Shape 3213
Shape 46
Shape 5714
Group 68

"Group 6" is a group with 2 shapes in it, with the following text and values

TextProperty 1Property 2
Shape 7512
Shape 81015

=DESCENDANTS[Shape 1, Shape 2, Shape 3, Shape 4, Shape 5, Group 6, Shape 7, Shape 8]
Get all descendants of the current object

=DESCENDANTS."Property 1"[1,4,2,6,7,8,5,10]
Gets all descendants' shape data property "Property 1"