ListObject.IsBinding Property
Gets a value that indicates whether data binding is active.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
ReadOnly Property IsBinding As Boolean
Get
bool IsBinding { get; }
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.