[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PreviewRowInfo.Deserialize

Deserialize Method

Deserialize(XmlNodeReader)

Loads preview row information 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 the object

Returns
Type Description
bool

true if successful; false otherwise

Implements