_QueryTable.FieldNames Property
True if field names from the data source appear as column headings for the returned data. The default value is True. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property FieldNames As Boolean
Get
Set
'Usage
Dim instance As _QueryTable
Dim value As Boolean
value = instance.FieldNames
instance.FieldNames = value
bool FieldNames { get; set; }
Property Value
Type: System.Boolean