Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / OpenXml Method / OpenXml(Stream) Method
The XML stream.


In This Topic
    OpenXml(Stream) Method
    In This Topic
    Loads the XML stream to build a new worksheet.
    Syntax
    'Declaration
     
    Public Overloads Sub OpenXml( _
       ByVal xmlStream As Stream _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim xmlStream As Stream
     
    instance.OpenXml(xmlStream)
    public void OpenXml( 
       Stream xmlStream
    )

    Parameters

    xmlStream
    The XML stream.
    See Also