Spread.Sheets Documentation
clear Field
GC.Spread.Sheets Namespace > Commands type : clear Field
Represents the command used to clear the cell value.
Syntax
var value; // Type: clear
value = GC.Spread.Sheets.Commands.clear;
var clear : clear;
Example
This example uses the clear method.
// clear selected cells with the tab key
spread.commandManager().setShortcutKey('clear', GC.Spread.Commands.Key.tab, false, false, false, false); // Tab key
See Also

Reference

Commands type