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


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

Parameters

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