Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Save Method / Save(String,Boolean) Method
Path and name of file to which to save
Whether to save data only


In This Topic
Save(String,Boolean) 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 dataOnly As Boolean _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim fileName As String
Dim dataOnly As Boolean
Dim value As Boolean
 
value = instance.Save(fileName, dataOnly)

Parameters

fileName
Path and name of file to which to save
dataOnly
Whether to save data only
See Also