Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Save Method / Save(Stream,SaveXMLOptions) Method
Stream
Whether to save saveOption


In This Topic
    Save(Stream,SaveXMLOptions) Method
    In This Topic
    Saves the content of the Spread component to the specified stream.
    Syntax
    'Declaration
     
    
    Public Overloads Function Save( _
       ByVal stream As Stream, _
       ByVal saveOption As SaveXMLOptions _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim stream As Stream
    Dim saveOption As SaveXMLOptions
    Dim value As Boolean
     
    value = instance.Save(stream, saveOption)

    Parameters

    stream
    Stream
    saveOption
    Whether to save saveOption
    See Also