Click or drag to resize
CsvDataReaderUserSettingsHasHeaders Property
Indicates whether the first record of data contains names of the columns. Default is false.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool HasHeaders { get; set; }

Property Value

Type: Boolean
See Also