www.csvreader.com

The methods of the SpreadsheetReader class are listed below. For a complete list of SpreadsheetReader class members, see the SpreadsheetReader Members topic.

Public Instance Methods

Close (inherited from ReaderBase) Closes and releases all related resources.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetHeader Returns the column header value for a given columnIndex.
GetIndex Gets the corresponding column index for a given headerName.
GetSheetIndex Returns the index of the sheet with the given name.
GetSheetName Returns the name of the sheet at the given index.
GetType (inherited from Object) Gets the Type of the current instance.
ReadRecord Advances the record cursor to the next record.
Reset Resets the position of the record cursor to the first record for use with the ReadRecord method.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

SpreadsheetReader Class | DataStreams.Common Namespace