[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.Save

Save Method

Save(string, SaveXMLOptions)

Saves the content of the Spread component to the specified file.

Declaration
public bool Save(string fileName, SaveXMLOptions saveOption)
Public Function Save(fileName As String, saveOption As SaveXMLOptions) As Boolean
Parameters
Type Name Description
string fileName

Path and name of the file to which to save

SaveXMLOptions saveOption

Save xml option

Returns
Type Description
bool

Save(string, bool)

Saves the content of the Spread component to the specified file.

Declaration
public bool Save(string fileName, bool dataOnly)
Public Function Save(fileName As String, dataOnly As Boolean) As Boolean
Parameters
Type Name Description
string fileName

Path and name of the file to which to save

bool dataOnly

Whether to save data only

Returns
Type Description
bool

Save(Stream, SaveXMLOptions)

Saves the content of the Spread component to the specified stream.

Declaration
public bool Save(Stream stream, SaveXMLOptions saveOption)
Public Function Save(stream As Stream, saveOption As SaveXMLOptions) As Boolean
Parameters
Type Name Description
Stream stream

Stream

SaveXMLOptions saveOption

Whether to save saveOption

Returns
Type Description
bool

Save(Stream, bool)

Saves the content of the Spread component to the specified stream.

Declaration
public bool Save(Stream stream, bool dataOnly)
Public Function Save(stream As Stream, dataOnly As Boolean) As Boolean
Parameters
Type Name Description
Stream stream

Stream

bool dataOnly

Whether to save data only

Returns
Type Description
bool