Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetExcelSheetNames Method / GetExcelSheetNames(String) Method
Path and name of file


GetExcelSheetNames(String) Method
Gets an array of sheet names from the specified Excel-compatible file.
Syntax
'Declaration
 
Public Overloads Shared Function GetExcelSheetNames( _
   ByVal fileName As String _
) As String()
 
'Usage
 
Dim fileName As String
Dim value() As String
 
value = FpSpread.GetExcelSheetNames(fileName)

Parameters

fileName
Path and name of file
Exceptions
ExceptionDescription
Specified file is not found
No file name is specified (or specified file name is null)
No file name is specified (or specified file name is empty)
See Also