You can use the Delete method to remove all format conditions in the FormatConditions collection of a combo box or text box control.
Syntax
object.Delete
The Delete method has the following arguments.
Argument | Description |
---|---|
object | A string expression that evaluates to the FormatConditions collection of the combo box or text box control. |
Remarks
You can use the Add method to add format conditions to the FormatConditions collection of a combo box or text box.