var instance = new GC.Spread.Sheets.Workbook(host); var value; // Type: any value = instance.suspendPaint();
function suspendPaint() : any;
var instance = new GC.Spread.Sheets.Workbook(host); var value; // Type: any value = instance.suspendPaint();
function suspendPaint() : any;
spread.suspendPaint(); for(var i=0;i<100;i++){ activeSheet.setValue(i,0,"Row"+i); } spread.resumePaint();