var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: any value = instance.deactivateEditor(editorContext, context);
function deactivateEditor( editorContext : object, context : object ) : any;
Parameters
- editorContext
- The DOM element that was created by the createEditorElement method.
- context
- The context associated with the cell type. See the Remarks for more information.