Click or drag to resize
CsvReaderHeaders Property
Returns the header values as a string array.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public string[] Headers { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ObjectDisposedException Methods were called after the object has been disposed.
See Also