SpreadsheetGear 2023
DataBindings Property (FormulaBar)


SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : DataBindings Property
Syntax
'Declaration
 
<System.ComponentModel.ParenthesizePropertyNameAttribute(True)>
<SRCategoryAttribute("CatData")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<SRDescriptionAttribute("ControlBindingsDescr")>
Public ReadOnly Property DataBindings As System.Windows.Forms.ControlBindingsCollection
'Usage
 
Dim instance As FormulaBar
Dim value As System.Windows.Forms.ControlBindingsCollection
 
value = instance.DataBindings
[System.ComponentModel.ParenthesizePropertyName(true)]
[SRCategory("CatData")]
[System.ComponentModel.RefreshProperties(RefreshProperties.All)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[SRDescription("ControlBindingsDescr")]
public System.Windows.Forms.ControlBindingsCollection DataBindings {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormulaBar Class
FormulaBar Members