TdxSpreadSheetCustomConditionalFormatting.Clear Method
In This Article
Deletes all conditional formatting rules applied to the parent control.
#Declaration
Delphi
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