[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.Save

Save Method

Save(string, bool)

Saves the contents of the sheet to XML in 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 file name of file to save

bool dataOnly

Whether to save only data

Returns
Type Description
bool

Save(Stream, bool)

Saves the contents of the sheet to XML in 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 to which to save

bool dataOnly

Whether to save only data

Returns
Type Description
bool