Spread.Sheets Documentation
invalidateLayout Method
GC.Spread.Sheets Namespace > Workbook type : invalidateLayout Method
Updates the control layout information.
Syntax
var instance = new GC.Spread.Sheets.Workbook(host);
var value; // Type: any
value = instance.invalidateLayout();
function invalidateLayout() : any;
Example
This example updates the layout.
spread.invalidateLayout();
spread.repaint();
See Also

Reference

Workbook type