GcSpread.Sheets Namespace > Spread type : focus Method |
true
.
var instance = new GcSpread.Sheets.Spread(host, options); var value; // Type: any value = instance.focus(focusIn);
function focus( focusIn : boolean ) : any;
true
.$("#button1").click(function () { spread.focus(true); });