GcSpread.Sheets Namespace > Sheet type : startEdit Method |
true
to select all the text in the cell.
var instance = new GcSpread.Sheets.Sheet(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");