Table of Contents

Class WebQueryConnection

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public class WebQueryConnection : ExternalConnection
Inheritance
WebQueryConnection
Inherited Members

Constructors

WebQueryConnection()

public WebQueryConnection()

Properties

BackgroundRefresh

public override bool BackgroundRefresh { get; set; }

Property Value

bool

ConnType

public override ConnectionDataSourceType ConnType { get; }

Property Value

ConnectionDataSourceType

Consecutive

public bool Consecutive { get; set; }

Property Value

bool

ID

public override string ID { get; }

Property Value

string

KeepAlive

public override bool KeepAlive { get; set; }

Property Value

bool

Name

public override string Name { get; set; }

Property Value

string

OdcFile

public override string OdcFile { get; set; }

Property Value

string

OnlyUseConnectionFile

public override bool OnlyUseConnectionFile { get; set; }

Property Value

bool

ParsePre

public bool ParsePre { get; set; }

Property Value

bool

RefreshedVersion

public override string RefreshedVersion { get; set; }

Property Value

string

SaveData

public override bool SaveData { get; set; }

Property Value

bool

SourceData

public bool SourceData { get; set; }

Property Value

bool

Url

public string Url { get; set; }

Property Value

string

Xl2000

public bool Xl2000 { get; set; }

Property Value

bool