IExcelDataReader Properties |
The IExcelDataReader type exposes the following members.
| Name | Description | |
|---|---|---|
| Depth | Gets a value indicating the depth of nesting for the current row. (Inherited from IDataReader.) | |
| ExceptionMessage | ||
| FieldCount | Gets the number of columns in the current row. (Inherited from IDataRecord.) | |
| IsClosed | Gets a value indicating whether the data reader is closed. (Inherited from IDataReader.) | |
| IsFirstRowAsColumnNames | ||
| IsValid | ||
| ItemInt32 | Gets the column located at the specified index. (Inherited from IDataRecord.) | |
| ItemString | Gets the column with the specified name. (Inherited from IDataRecord.) | |
| Name | ||
| RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from IDataReader.) | |
| ResultsCount |