Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Save Method / Save(String,SaveXMLOptions) Method
Path and name of the file to which to save
Save xml option


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

    Parameters

    fileName
    Path and name of the file to which to save
    saveOption
    Save xml option
    See Also