Click or drag to resize

CSVReader Methods

The CSVReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Close the source and release the input source.
Public methodGetAndClearIsReset
Return and set to false the isReset value, which is set totrue whenever the CSVReader is reset.
Public methodGetNextRecord
Get the next record from the CSV file.
Public methodReset
Reset the source to the beginning of the file.
Top
See Also