You can use the Delete method to remove a FormatCondition object from 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 a FormatCondition object of a combo box or text box control. |
Remarks
You can use the Add to add a format condition to the FormatConditions collection of a combo box or text box.