Click or drag to resize

IExcelDataReader Properties

The IExcelDataReader type exposes the following members.

Properties
  NameDescription
Public propertyDepth
Gets a value indicating the depth of nesting for the current row.
(Inherited from IDataReader.)
Public propertyExceptionMessage
Public propertyFieldCount
Gets the number of columns in the current row.
(Inherited from IDataRecord.)
Public propertyIsClosed
Gets a value indicating whether the data reader is closed.
(Inherited from IDataReader.)
Public propertyIsFirstRowAsColumnNames
Public propertyIsValid
Public propertyItemInt32
Gets the column located at the specified index.
(Inherited from IDataRecord.)
Public propertyItemString
Gets the column with the specified name.
(Inherited from IDataRecord.)
Public propertyName
Public propertyRecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from IDataReader.)
Public propertyResultsCount
Top
See Also