var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: boolean value = instance.processKeyDown(event, context);
Parameters
- event
- The KeyboardEvent.
- context
- The context associated with the cell type. See the Remarks for more information.
Return Value
Returns
true
if the process is successful; otherwise, false
.