Click or drag to resize
SpreadsheetDataReader Properties

The SpreadsheetDataReader type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Collection of columns to include in the source data.
Public propertyCurrentSheet
Gets or sets the index of the current sheet in the workbook.
Public propertySettings
Has all the options that are able to be set that will affect the way records are parsed.
Public propertySheetCount
Returns the count of sheets found in the workbook.
Public propertySheetNames
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.
Top
See Also