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


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

    Parameters

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

    Return Value

    True if successfull; false otherwise
    See Also