Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetExcelSheetNames Method


In This Topic
    GetExcelSheetNames Method (SheetView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetExcelSheetNames( _
       ByVal filename As String, _
       ByVal password As String _
    ) As String()
    'Usage
     
    
    Dim instance As SheetView
    Dim filename As String
    Dim password As String
    Dim value() As String
     
    value = instance.GetExcelSheetNames(filename, password)
    public string[] GetExcelSheetNames( 
       string filename,
       string password
    )

    Parameters

    filename
    password
    See Also