CLICK
Executes the Click action of a button widget.
Syntax
CLICK(widget)
widget - a reference to a button widget, for which the Click action should be executed - Value type: widget reference
Example
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
