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