|
CSV Engine Documentation Contents
|
This constructor is available in the commercial version only. Instantiates an instance of a Reader for the CSV file located at the specified path and indicates that the file contains a row of column headers.
[Visual Basic]
Overloads Public Sub New( _ ByVal filePath As String, _ ByVal hasHeader As Boolean, _ ByVal enableProgress As Boolean, _ ByVal formatInfo As FormatInfo _ ) Parameters
Exceptions
See AlsoReader Class | AldenSystems.CSVEngine Namespace | Reader Constructor Overload List |