Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / IsBinding Method


In This Topic
IsBinding Method
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