Remove Method (IBindings)
Removes the formula binding by the specified property name.
'Declaration
Sub Remove( _
ByVal As String _
)
'Usage
Dim instance As IBindings
Dim propertyName As String
instance.Remove(propertyName)
Parameters
- propertyName
- Name of the formula binding property.