'Declaration Public Overloads Shared Function GetExcelSheetNames( _ ByVal stream As Stream _ ) As String()
'Declaration
Public Overloads Shared Function GetExcelSheetNames( _ ByVal stream As Stream _ ) As String()
'Usage Dim stream As Stream Dim value() As String value = FpSpread.GetExcelSheetNames(stream)
'Usage
Dim stream As Stream Dim value() As String value = FpSpread.GetExcelSheetNames(stream)
public static string[] GetExcelSheetNames( Stream stream )
FpSpread Class FpSpread Members Overload List