TdxSpreadSheetCustomView.Invalidate Method
Invalidates the Spreadsheet control‘s View area.
Declaration
procedure Invalidate; virtual;
Remarks
Call the Invalidate procedure in order to repaint the current worksheet immediately.
Note
To force repainting of the specified portion within the Spreadsheet control’s View area, call the InvalidateRect procedure instead.
See Also