var instance = new GC.Spread.Sheets.Workbook(host); var value; // Type: any value = instance.focus(focusIn);
function focus( focusIn : boolean ) : any;
Parameters
- focusIn
false
makes the Workbook component lose the focus; otherwise, get focus.
false
makes the Workbook component lose the focus; otherwise, get focus.
var instance = new GC.Spread.Sheets.Workbook(host); var value; // Type: any value = instance.focus(focusIn);
function focus( focusIn : boolean ) : any;
false
makes the Workbook component lose the focus; otherwise, get focus.$("#button1").click(function () { spread.focus(true); });