Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConnectionBase Class / CanOpen Method


In This Topic
    CanOpen Method
    In This Topic
    Gets whether the data source can be opened.
    Syntax
    'Declaration
     
    Public MustOverride Function CanOpen() As Boolean
    'Usage
     
    Dim instance As ConnectionBase
    Dim value As Boolean
     
    value = instance.CanOpen()
    public abstract bool CanOpen()

    Return Value

    true if the data source can be opened; otherwise , false
    See Also