TdxSpreadSheetCustomConditionalFormatting.Remove(TdxSpreadSheetCustomConditionalFormattingRule) Method
Destroys the specified conditional formatting rule.
Declaration
procedure Remove(ARule: TdxSpreadSheetCustomConditionalFormattingRule);
Parameters
Name | Type |
---|---|
ARule | TdxSpreadSheetCustomConditionalFormattingRule |
Remarks
Call this procedure to delete a conditional formatting rule passed as the ARule parameter. Note that calling the Remove procedure has no effect if nil is passed as the parameter. Alternatively, you can call the rule’s Free procedure.
Note
To delete all the stored rules at once, call the Clear procedure instead.
See Also