GcSpread.Sheets Namespace > Spread type : hideSelection Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.hideSelection(value);
function hideSelection( value : boolean ) : Object;
true
if the selection highlighting is not displayed the Spread component does not have the focus; otherwise, false
.spread.hideSelection(true);