'Declaration
Overloads Function Modify( _ ByVal operator As ContainsOperator, _ ByVal text As String _ ) As Boolean
'Usage
Dim instance As IFormatCondition Dim operator As ContainsOperator Dim text As String Dim value As Boolean value = instance.Modify(operator, text)
bool Modify( ContainsOperator operator, string text )
Parameters
- operator
- The conditional format text operator.
- text
- The text associated with the conditional format.
Return Value
true
if the conditional format is modified, false
otherwise.