ExternalConnection
ConnType Property
|
Gets the type of the connection data source.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual ConnectionDataSourceType ConnType { get; }
Public Overridable ReadOnly Property ConnType As ConnectionDataSourceType
Get
public:
virtual property ConnectionDataSourceType ConnType {
ConnectionDataSourceType get ();
}
abstract ConnType : ConnectionDataSourceType with get
override ConnType : ConnectionDataSourceType with get
Property Value
Type:
ConnectionDataSourceType
See Also