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

Reference

Workbook type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.