| SpreadsheetDataReaderGetSheetName Method |
Returns the name of the sheet at the given index.
Namespace: DataStreams.CommonAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public string GetSheetName(
int sheetIndex
)
Public Function GetSheetName (
sheetIndex As Integer
) As String
Parameters
- sheetIndex
- Type: SystemInt32
The index to the requested sheet.
Return Value
Type:
String
The name of the sheet or empty string if the sheet index is invalid.
See Also