[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeGroupInfo.Deserialize

Deserialize Method

Deserialize(XmlNodeReader, bool)

Loads the contents of an outline (range group) from XML.

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

XmlNodeReader from which to load the contents

bool firstElementIsRead

Whether the first element has been read

Returns
Type Description
bool

Boolean: true if successful; otherwise, false

Deserialize(XmlNodeReader)

Loads the object of an outline (range group) 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; otherwise, false

Implements