CLICK
Executes the Click action of a button widget.
Last updated
Executes the Click action of a button widget.
CLICK(widget)
widget - a reference to a button widget, for which the Click action should be executed - Value type: widget reference
A click on the orange button calls the CLICK function, which then calls an "On click" on the "Increment" button, which would then increment the value of the cell widget.

Last updated
