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


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

    Parameters

    xmlStream
    XML stream
    See Also