[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Data.IBindings.Add

Add Method

Add(string, string, IValueConverter)

Add a formula binding to the specified property of an object.

Declaration
bool Add(string propertyName, string formula, IValueConverter converter = null)
Function Add(propertyName As String, formula As String, Optional converter As IValueConverter = Nothing) As Boolean
Parameters
Type Name Description
string propertyName

The property name.

string formula

The formula text to bind.

IValueConverter converter

The converter to convert value of the binding source.

Returns
Type Description
bool