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

Reference

Workbook type