ListObject.IsBinding Property (2007 System)

Gets a value that indicates whether data binding is active.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsBinding As Boolean
'Usage
Dim instance As ListObject 
Dim value As Boolean 

value = instance.IsBinding
[BrowsableAttribute(false)]
public bool IsBinding { get; }
[BrowsableAttribute(false)]
public:
property bool IsBinding {
    bool get ();
}
public function get IsBinding () : boolean

Property Value

Type: System.Boolean
true if data binding is active; otherwise, false.

Remarks

A binding is active when it meets these conditions: all its properties are set, the user did not call ResumeBinding or SuspendBinding on the BindingManagerBase that the Binding belongs to, and the control to which the Binding belongs has been created.

.NET Framework Security

See Also

Reference

ListObject Class

ListObject Members

Microsoft.Office.Tools.Excel Namespace