OnRowColClick
This event is triggered when a prompt supporting multiple columns and rows receives a click event. The cell (row and column) are captured in the event.
Group: Events
Applies to: Applications, Prompts
Syntax:
RowColClick(Row, Col)
Row (Long) the row on the control that was clicked.
Col (Long) the column on the control that was clicked.