Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbooks Interface / OpenXML Method / OpenXML(Stream) Method
The stream containing the workbook to open.


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

    Parameters

    stream
    The stream containing the workbook to open.
    See Also