www.csvreader.com
Returns the header values as a string array.
[Visual Basic]
Public Property Headers As
String()
[C#]
public
string[]
Headers {get; set;}
Exceptions
Exception Type
Condition
ObjectDisposedException
Methods were called after the object has been disposed.
See Also
CsvReader Class
|
DataStreams.Csv Namespace