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


In This Topic
    GetExcelSheetNames(Stream,String) 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, _
       ByVal password As String _
    ) As String()
    'Usage
     
    
    Dim stream As Stream
    Dim password As String
    Dim value() As String
     
    value = FpSpread.GetExcelSheetNames(stream, password)
    public static string[] GetExcelSheetNames( 
       Stream stream,
       string password
    )

    Parameters

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