SpreadJS Documentation
refresh Method
Manually refreshes the layout and rendering of the Spread object.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: any
value = instance.refresh();
function refresh() : any;
Example
This example uses the refresh method.
spread.refresh();
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.