Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SaveXml Method / SaveXml(Stream,Stream) Method
XML stream
Schema stream


In This Topic
    SaveXml(Stream,Stream) Method
    In This Topic
    Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.
    Syntax
    'Declaration
     
    
    Public Overloads Function SaveXml( _
       ByVal xmlStream As Stream, _
       ByVal schemaStream As Stream _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim xmlStream As Stream
    Dim schemaStream As Stream
    Dim value As Boolean
     
    value = instance.SaveXml(xmlStream, schemaStream)
    public bool SaveXml( 
       Stream xmlStream,
       Stream schemaStream
    )

    Parameters

    xmlStream
    XML stream
    schemaStream
    Schema stream
    See Also