Click or drag to resize
SpreadsheetReaderGetSheetName Method
Returns the name of the sheet at the given index.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public string GetSheetName(
	int sheetIndex
)

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