TdxSpreadSheetCustomConditionalFormatting.FlushCache Method
Invalidates the calculated results of conditional expressions in all stored rules.
Declaration
procedure FlushCache; virtual;
Remarks
Call this procedure to mark calculated conditional expression results of all stored rules as outdated. As a result, the conditional formatting controller re-evaluates the rules prior to the next repainting of its worksheet or Grid View.
A worksheet or Grid View automatically calls its ConditionalFormatting.FlushCache procedure every time a cell value changes.
See Also