_QueryTable.WebSingleBlockTextImport 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.
True if data from the HTML <PRE> tags in the specified Web page is processed all at once when you import the page into a query table. False if the data is imported in blocks of contiguous rows so that header rows will be recognized as such. The default value is False. Read/write Boolean.
public:
property bool WebSingleBlockTextImport { bool get(); void set(bool value); };
public bool WebSingleBlockTextImport { get; set; }
Public Property WebSingleBlockTextImport As Boolean
Property Value
Remarks
Use this property only when the query table’s QueryType property is set to xlWebQuery and the query returns an HTML document.