The properties of the SpreadsheetDataReader class are listed below. For a complete list of SpreadsheetDataReader class members, see the SpreadsheetDataReader Members topic.
Columns | Collection of columns to include in the source data. |
CurrentSheet | Gets or sets the index of the current sheet in the workbook. |
Settings | Has all the options that are able to be set that will affect the way records are parsed. |
SheetCount | Returns the count of sheets found in the workbook. |
SheetNames | Returns the list of sheet names as a string array in the correct order. The array can then easily be bound to a combo box for example for sheet selection in a windows form. |
SpreadsheetDataReader Class | DataStreams.Common Namespace