Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConnectionBase Class / AddExternalConnectionType Method
The type of the external connection.


In This Topic
    AddExternalConnectionType Method
    In This Topic
    Gets the type of the external connection.
    Syntax
    'Declaration
     
    Public Shared Sub AddExternalConnectionType( _
       ByVal type As Type _
    ) 
    'Usage
     
    Dim type As Type
     
    ConnectionBase.AddExternalConnectionType(type)
    public static void AddExternalConnectionType( 
       Type type
    )

    Parameters

    type
    The type of the external connection.
    See Also