Dim instance AsIBindingsDim propertyName AsStringDim formula AsStringDim converter AsIValueConverterDim value AsBoolean
value = instance.Add(propertyName, formula, converter)
Parameters
propertyName
The property name.
formula
The formula text to bind.
converter
The converter to convert value of the binding source.