Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / IsBindingData Method


In This Topic
    IsBindingData Method
    In This Topic
    Gets a boolean value indicating whether the worksheet is bind to a data source.
    Syntax
    '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.
    See Also