GC.Spread.Sheets Namespace : InvalidOperationType Enumeration |
Member | Description |
---|---|
changePartOfArrayFormula | Specifies the insert row is invalid. |
changeSheetName | Specifies the changed sheet name is invalid. |
copyPaste | Specifies the copy paste is invalid. |
dragDrop | Specifies the drag drop is invalid. |
dragFill | Specifies the drag fill is invalid. |
setFormula | Specifes the formula is invalid. |
activeSheet.getCell(1,1).locked(true); activeSheet.options.isProtected = true; activeSheet.getCell(1,1).value(2); activeSheet.bind(GC.Spread.Sheets.Events.InvalidOperation, function (e, info) { alert("Message (" + info.invalidType + ")"); });
Object
GC.Spread.Sheets.InvalidOperationType