Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / IBindings Interface / Add Method
The property name.
The formula text to bind.
The converter to convert value of the binding source.


In This Topic
    Add Method (IBindings)
    In This Topic
    Add a formula binding to the specified property of an object.
    Syntax
    'Declaration
     
    
    Function Add( _
       ByVal propertyName As String, _
       ByVal formula As String, _
       Optional ByVal converter As IValueConverter _
    ) As Boolean
    'Usage
     
    
    Dim instance As IBindings
    Dim propertyName As String
    Dim formula As String
    Dim converter As IValueConverter
    Dim value As Boolean
     
    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.
    See Also