Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.