XlsReader Methods |
The XlsReader type exposes the following members.
Name | Description | |
---|---|---|
Close |
Closes and releases all related resources.
(Inherited from ReaderBase.) | |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetHeader |
Returns the column header value for a given
columnIndex.
(Inherited from SpreadsheetReader.) | |
GetIndex |
Gets the corresponding column index for a given
headerName.
(Inherited from SpreadsheetReader.) | |
GetSheetIndex |
Returns the index of the sheet with the given name.
(Inherited from SpreadsheetReader.) | |
GetSheetName |
Returns the name of the sheet at the given index.
(Inherited from SpreadsheetReader.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
ReadRecord |
Advances the record cursor to the next record.
(Inherited from SpreadsheetReader.) | |
Reset |
Resets the position of the record cursor to the first record
for use with the ReadRecord method.
(Inherited from SpreadsheetReader.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |