Class WebQueryConnection
Inheritance
System.Object
WebQueryConnection
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 |
|
Declaration
public HtmlFormat HtmlFormat { get; set; }
Property Value
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 |
|