TdxCustomSpreadSheet.LayoutChanged Method
Updates the Spreadsheet control layout.
Declaration
procedure LayoutChanged;
Remarks
Use this procedure to force repainting of the Spreadsheet control layout, including both the visible sheets and caption bar. Invoking the LayoutChanged procedure also fires the OnLayoutChanged event.
See Also