Type | Description | |||
Expression as String | Deletes a wild characters expression being defined by AddWildFormat method. |
With CalcEdit1 .AddWild ("<b><fgcolor=FF0000>*;</fgcolor></b>") End With
The sample highlights everything that ends with ';'. Use the following sample to delete the wild characters expression:
With CalcEdit1 .DeleteWild "*;" .Refresh End With
Use the ClearWildFormats method to clear the all wild characters expressions. The Refresh method should be called after DeleteWildFormat method was called to reflect the latest cha