Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorkbooks Interface / OpenXML Method / OpenXML(String) Method
The name of the file to open.


In This Topic
    OpenXML(String) Method
    In This Topic
    Opens an XML data file.
    Syntax
    'Declaration
     
    Overloads Function OpenXML( _
       ByVal filename As String _
    ) As IWorkbook
    'Usage
     
    Dim instance As IWorkbooks
    Dim filename As String
    Dim value As IWorkbook
     
    value = instance.OpenXML(filename)
    IWorkbook OpenXML( 
       string filename
    )

    Parameters

    filename
    The name of the file to open.
    See Also