var instance; // Type: Events instance.InvalidOperation = function(sheet, sheetName, invalidType, message) { };
InvalidOperation = function ( sheet : Worksheet, sheetName : string, invalidType : InvalidOperationType, message : string ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- invalidType
- Indicates which operation was invalid.
- message
- The description of the invalid operation.