var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.suspendPaint();
function suspendPaint() : any;
var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.suspendPaint();
function suspendPaint() : any;
activeSheet.suspendPaint(); for(var i=0;i<100;i++){ activeSheet.setValue(i,0,"Row"+i); } activeSheet.resumePaint();
The default value is false.
If the sheet's parent (a Spread or Canvas) exists, the sheet inherits this setting from the parent.