Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / IBindings Interface / Remove Method
Name of the formula binding property.


In This Topic
    Remove Method (IBindings)
    In This Topic
    Removes the formula binding by the specified property name.
    Syntax
    'Declaration
     
    
    Sub Remove( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As IBindings
    Dim propertyName As String
     
    instance.Remove(propertyName)
    void Remove( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the formula binding property.
    See Also