ExternalConnection
OnlyUseConnectionFile Property
|
Gets or sets a value indicating whether to use a connection file only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual bool OnlyUseConnectionFile { get; set; }
Public Overridable Property OnlyUseConnectionFile As Boolean
Get
Set
public:
virtual property bool OnlyUseConnectionFile {
bool get ();
void set (bool value);
}
abstract OnlyUseConnectionFile : bool with get, set
override OnlyUseConnectionFile : bool with get, set
Property Value
Type:
Boolean
See Also