Skip to main content

SpreadsheetControl.ResetLayout() Method

Updates the layout of the document loaded into control and the control itself.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public void ResetLayout()

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