_QueryTable.WebConsecutiveDelimitersAsOne 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 consecutive delimiters are treated as a single delimiter when you import data from HTML <PRE> tags in a Web page into a query table, and if the data is to be parsed into columns. False if you want to treat consecutive delimiters as multiple delimiters. The default value is True. Read/write Boolean.
public:
property bool WebConsecutiveDelimitersAsOne { bool get(); void set(bool value); };
public bool WebConsecutiveDelimitersAsOne { get; set; }
Public Property WebConsecutiveDelimitersAsOne As Boolean
Property Value
Remarks
Use this property only when the query table’s QueryType property is set to xlWebQuery, the query returns an HTML document, and the WebPreFormattedTextToColumns property is set to True.