var instance; // Type: Events instance.SheetTabClick = function(sheet, sheetName, sheetTabIndex) { };
SheetTabClick = function ( sheet : Worksheet, sheetName : string, sheetTabIndex : number ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- sheetTabIndex
- The index of the sheet tab that the user clicked.