LABEL

Gets the unique shape identifier for the current shape.

Syntax

=LABEL(shape)

=shape.$id

Arguments

ArgumentTypeDescription
shapeReferenceThe item reference

πŸ“˜

PRO TIP: This can be used to reference specific shapes in a document. See FINDSHAPEBYLABEL for more documentation and examples.

Examples

=LABEL(THIS) β†’ "ab3756dhty!975"
Gets the shape identifier for the current shape


Did this page help you?