www.csvreader.com

Returns the index of the sheet with the given name.

[Visual Basic]
Public Function GetSheetIndex( _
   ByVal sheetName As String _
) As Integer
[C#]
public int GetSheetIndex(
   string sheetName
);

Parameters

sheetName
The name of the sheet to look for.

Return Value

The index of the sheet or -1 if not found.

See Also

SpreadsheetDataReader Class | DataStreams.Common Namespace