CONTAINED
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
| Argument | Type | Description |
|---|---|---|
| element | Reference | (Optional) Item to use instead of THIS |
Examples
=CONTAINED → [Shape 1, Shape 2, Shape 5]
=CONTAINED(@other) → [Shape 10]
Updated over 1 year ago