Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SpreadSerializer Class / SaveXml Method / SaveXml(SheetView,Stream,SaveXMLOptions) Method
The sheet view to save
Stream to which to save the sheet view as XML
Whether Saving xml options


In This Topic
    SaveXml(SheetView,Stream,SaveXMLOptions) Method
    In This Topic
    Saves an entire sheet view to an XML stream.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function SaveXml( _
       ByVal sheetView As SheetView, _
       ByVal stream As Stream, _
       ByVal saveOption As SaveXMLOptions _
    ) As Boolean
    'Usage
     
    
    Dim sheetView As SheetView
    Dim stream As Stream
    Dim saveOption As SaveXMLOptions
    Dim value As Boolean
     
    value = SpreadSerializer.SaveXml(sheetView, stream, saveOption)

    Parameters

    sheetView
    The sheet view to save
    stream
    Stream to which to save the sheet view as XML
    saveOption
    Whether Saving xml options
    See Also