Skip to main content

TdxSpreadSheetCustomConditionalFormatting.Clear Method

Deletes all conditional formatting rules applied to the parent control.

Declaration

procedure Clear;

Remarks

To delete an individual conditional formatting rule, you can call the Remove procedure or release the rule directly in code (call the Free procedure in Delphi or use the delete keyword in C++Builder).

See Also