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


In This Topic
    GetExcelSheetNames(Stream) Method
    In This Topic
    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)
    public static string[] GetExcelSheetNames( 
       Stream 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