GcSpread.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.setIsProtected(true); activeSheet.getCell(1,1).value(2); $("#spreadContainer").data("spread").getActiveSheet().bind(GcSpread.Sheets.Events.InvalidOperation, function (e, info) { alert("Message (" + info.invalidType + ")"); });
Object
GcSpread.Sheets.InvalidOperationType