[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FocusProcess.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves the object to XML.

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

XmlTextWriter object used to save the object

Returns
Type Description
bool

true if successful; false otherwise

Overrides