var instance; // Type: Events instance.ButtonClicked = function(sheet, sheetName, row, col, sheetArea) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- row
- The row index of the cell.
- col
- The column index of the cell.
- sheetArea
- The sheet area that contains the cell.