[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Inset.Deserialize

Deserialize Method

Deserialize(XmlNodeReader)

Loads the margin settings (Inset 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 load the object

Returns
Type Description
bool

True if successful; false otherwise.

Implements