Show / Hide Table of Contents

Class WebQueryConnection

Inheritance
System.Object
DataConnection
WebQueryConnection
Inherited Members
DataConnection.Parameters
DataConnection.SourceFile
DataConnection.OdcFile
DataConnection.KeepAlive
DataConnection.Interval
DataConnection.Name
DataConnection.Description
DataConnection.Type
DataConnection.ReconnectionMethod
DataConnection.RefreshedVersion
DataConnection.MinRefreshableVersion
DataConnection.SavePassword
DataConnection.IsNew
DataConnection.IsDeleted
DataConnection.OnlyUseConnectionFile
DataConnection.Background
DataConnection.RefreshOnLoad
DataConnection.SaveData
DataConnection.Credentials
DataConnection.SingleSignOnId
Namespace: DRIT.Spreadsheet.Data
Assembly: DRIT.Spreadsheet.dll
Syntax
public class WebQueryConnection : DataConnection

Properties

Consecutive

Declaration
public bool Consecutive { get; set; }
Property Value
Type Description
System.Boolean

DatesAsText

Declaration
public bool DatesAsText { get; set; }
Property Value
Type Description
System.Boolean

EditPage

Declaration
public string EditPage { get; set; }
Property Value
Type Description
System.String

FirstRow

Declaration
public bool FirstRow { get; set; }
Property Value
Type Description
System.Boolean

HtmlFormat

Declaration
public HtmlFormat HtmlFormat { get; set; }
Property Value
Type Description
HtmlFormat

HtmlTables

Declaration
public bool HtmlTables { get; set; }
Property Value
Type Description
System.Boolean

ParsePre

Declaration
public bool ParsePre { get; set; }
Property Value
Type Description
System.Boolean

Post

Declaration
public string Post { get; set; }
Property Value
Type Description
System.String

SourceData

Declaration
public bool SourceData { get; set; }
Property Value
Type Description
System.Boolean

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

Xl2000

Declaration
public bool Xl2000 { get; set; }
Property Value
Type Description
System.Boolean

Xl97

Declaration
public bool Xl97 { get; set; }
Property Value
Type Description
System.Boolean

Xml

Declaration
public bool Xml { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX