Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / OpenExcel Method / OpenExcel(String) Method
The path to load the file from.


In This Topic
    OpenExcel(String) Method
    In This Topic
    Opens an Excel Compound Document File and loads it into GcSpreadSheet.
    Syntax
    'Declaration
     
    Public Overloads Sub OpenExcel( _
       ByVal file As String _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim file As String
     
    instance.OpenExcel(file)
    public void OpenExcel( 
       string file
    )

    Parameters

    file
    The path to load the file from.
    See Also