SpreadsheetControl.ResetLayout() Method
In This Article
Updates the layout of the document loaded into control and the control itself.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
#Remarks
The ResetLayout method can be used to redo the entire layout to ensure that all layout changes are completed and to visualize them.
The WorksheetDisplayArea.SetSize method may require a call to the ResetLayout afterwards to update the display area.
See Also