Click or drag to resize
SpreadsheetReaderSheetNames Property
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.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public string[] SheetNames { get; }

Property Value

Type: String
See Also