|  | SpreadsheetDataReaderGetSheetIndex Method | 
            	Returns the index of the sheet with the given name.
            
 
Namespace: DataStreams.CommonAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
 Syntax
Syntaxpublic int GetSheetIndex(
	string sheetName
)
Public Function GetSheetIndex ( 
	sheetName As String
) As Integer
Parameters
- sheetName
- Type: SystemString
 The name of the sheet to look for.
Return Value
Type: 
Int32
            	The index of the sheet or -1 if not found.
            
 See Also
See Also