Click or drag to resize
XlsxDataReader Properties

The XlsxDataReader type exposes the following members.

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