var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.startEdit(selectAll, defaultText);
function startEdit( selectAll : boolean, defaultText : string ) : any;
Parameters
- selectAll
- Set to
true
to select all the text in the cell. - defaultText
- The default text to display while editing the cell.