'Declaration
Public Function IsBindingData() As Boolean
'Usage
Dim instance As WorksheetBase Dim value As Boolean value = instance.IsBindingData()
public bool IsBindingData()
Return Value
true
if the worksheet is bind to a data source; otherwise, false
.