SpreadJS Documentation
isPaintSuspended Method
GC.Spread.Sheets Namespace > Worksheet type : isPaintSuspended Method
Get if sheet paint is suspended.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(name);
var value; // Type: any
value = instance.isPaintSuspended();
function isPaintSuspended() : any;
See Also

Reference

Worksheet type