SpreadJS Documentation
invalidateLayout Method
Invalidates the sheet layout.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: any
value = instance.invalidateLayout();
function invalidateLayout() : any;
Example
This example updates the layout.
activeSheet.colRangeGroup.group(0, 1);
activeSheet.invalidateLayout();
activeSheet.repaint();
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.