GcSpread.Sheets Namespace > Spread type : isPaintSuspended Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.isPaintSuspended(value);
function isPaintSuspended( value : boolean ) : Object;
true
if the component refreshes the display automatically after changing settings; otherwise, false
.spread.isPaintSuspended(true); for(var i=0;i<100;i++){ activeSheet.setValue(i,0,"Row"+i); } spread.isPaintSuspended(false);