![]() | CsvReader Properties |
The CsvReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount |
The count of columns found in the current record.
|
![]() | CurrentRecord |
The index of the current record.
(Inherited from ReaderBase.) |
![]() | HeaderCount |
The count of headers read in by a previous call to ReadHeaders.
|
![]() | Headers |
Returns the header values as a string array.
|
![]() | ItemInt32 |
Returns the current column value for a given column index.
(Inherited from ReaderBase.) |
![]() | ItemString |
Returns the current column value corresponding to the
headerName.
|
![]() | RawRecord |
Returns the text of the current record as it existed before parsing.
|
![]() | Settings |
Has all the options that are able to be set that will affect the way
records are parsed and accessed.
|
![]() | Values |
Returns the columns values for the current record as a string array.
(Inherited from ReaderBase.) |