Gets all shapes that have their top-left corner within the boundaries of the argument container. For visualizations, returns all shapes held by the visualization container. Defaults to shapes within THIS when there are no arguments.

Syntax

=CONTAINED

=CONTAINED(element)

=this.$contents

Arguments

ArgumentTypeDescription
elementReference(Optional) Item to use instead of THIS

Examples

=CONTAINED[Shape 1, Shape 2, Shape 5]

=CONTAINED(@other)[Shape 10]