_QueryTable.WebDisableDateRecognition Property
True if data that resembles dates is parsed as text when you import a Web page into a query table. False if date recognition is used. The default value is False. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property WebDisableDateRecognition As Boolean
Get
Set
'Usage
Dim instance As _QueryTable
Dim value As Boolean
value = instance.WebDisableDateRecognition
instance.WebDisableDateRecognition = value
bool WebDisableDateRecognition { get; set; }
Property Value
Type: System.Boolean
Remarks
Use this property only when the query table’s QueryType property is set to xlWebQuery and the query returns an HTML document.