Spread.Sheets Documentation
repaint Method
GC.Spread.Sheets Namespace > Workbook type : repaint Method
Repaints the Workbook control.
Syntax
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: any
value = instance.repaint();
function repaint() : any;
Example
This example updates the layout.
spread.invalidateLayout();
spread.repaint();
See Also

Reference

Workbook type