GC.Spread.Sheets Namespace > Worksheet type : startEdit Method |
true
to select all the text in the cell.
var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.startEdit(selectAll, defaultText);
function startEdit( selectAll : boolean, defaultText : string ) : any;
true
to select all the text in the cell.activeSheet.setActiveCell(5,5); activeSheet.startEdit(true, "Test");