[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.DocumentModels.Deserialize

Deserialize Method

Deserialize(XmlNodeReader)

Loads the object from XML.

Declaration
public bool Deserialize(XmlNodeReader r)
Public Function Deserialize(r As XmlNodeReader) As Boolean
Parameters
Type Name Description
XmlNodeReader r

XmlNodeReader from which to read (load) the object

Returns
Type Description
bool

True if successful; otherwise, false

Implements