_QueryTable.WebPreFormattedTextToColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.