SpreadJS Documentation
invalidateLayout Method
Updates the control layout information.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: any
value = instance.invalidateLayout();
function invalidateLayout() : 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.