Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetExcelSheetNames Method / GetExcelSheetNames(Stream) Method
Stream that contains an Excel Compound Document File


GetExcelSheetNames(Stream) Method
Gets an array of sheet names from the specified Excel stream.
Syntax
'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)

Parameters

stream
Stream that contains an Excel Compound Document File
Exceptions
ExceptionDescription
No stream specified or specified stream is null
No stream specified or specified stream is empty
See Also