| SpreadsheetDataReaderSheetNames 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.CommonAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public string[] SheetNames { get; }
Public ReadOnly Property SheetNames As String()
Get
Property Value
Type:
StringSee Also