SpreadJS Documentation
repaint Method
Repaints the Spread control.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: any
value = instance.repaint();
function repaint() : any;
Example
This example updates the layout.
spread.invalidateLayout();
spread.repaint();
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.