In This Topic
Gets a boolean value indicating whether the table is binding to a data source.
Syntax
'Declaration
Public Function IsBinding() As Boolean
'Usage
Dim instance As Table
Dim value As Boolean
value = instance.IsBinding()
Return Value
true
if the table is binding to a data source; otherwise, false
.
See Also