CsvReader..::..HasHeaders Property

Indicates if field names are located on the first non commented line.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public bool HasHeaders { get; }
Public ReadOnly Property HasHeaders As Boolean
	Get
public:
property bool^ HasHeaders {
	bool^ get ();
}

Field Value

trueTruetruetrue (True in Visual Basic) if field names are located on the first non commented line, otherwise, falseFalsefalsefalse (False in Visual Basic).