[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves the object to XML.

Declaration
public bool Serialize(XmlTextWriter w)
Public Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object to which to save the object

Returns
Type Description
bool
Implements

Serialize(XmlTextWriter, bool)

Saves the object to XML and specifies whether to save the data source and bound data.

Declaration
public bool Serialize(XmlTextWriter w, bool saveDataSource)
Public Function Serialize(w As XmlTextWriter, saveDataSource As Boolean) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object to which to save the object

bool saveDataSource

Whether to save the data source and bound data

Returns
Type Description
bool
Implements