Returns the name of the sheet at the given index.
[Visual Basic]
Public Function GetSheetName( _
ByVal
sheetIndex As
Integer _
) As
String
[C#]
public
string GetSheetName(
int sheetIndex);
Parameters
-
sheetIndex
- The index to the requested sheet.
Return Value
The name of the sheet or empty string if the sheet index is invalid.
See Also
SpreadsheetReader Class | DataStreams.Common Namespace