GcSpread.Sheets Namespace > Sheet type : isPaintSuspended Method |
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: Object returnValue = instance.isPaintSuspended(value);
function isPaintSuspended( value : boolean ) : Object;
activeSheet.isPaintSuspended(true); for(var i=0;i<100;i++){ activeSheet.setValue(i,0,"Row"+i); } activeSheet.isPaintSuspended(false);
The default value is false.
If the sheet's parent (a Spread or Canvas) exists, the sheet inherits this setting from the parent.