[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.Deserialize

Deserialize Method

Deserialize(XmlNodeReader)

Loads the settings 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 settings

Returns
Type Description
bool

true if successful; otherwise, false

Implements