_QueryTable.WebPreFormattedTextToColumns Property

Definition

Returns or sets whether data contained within HTML <PRE> tags in the Web page is parsed into columns when you import the page into a query table. The default is True. Read/write Boolean.

public:
 property bool WebPreFormattedTextToColumns { bool get(); void set(bool value); };
public bool WebPreFormattedTextToColumns { get; set; }
Public Property WebPreFormattedTextToColumns As Boolean

Property Value

Remarks

This property is used only when the QueryType property of the query table is xlWebQuery and the query returns an HTML document.

Applies to