[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.Deserialize

Deserialize Method

Deserialize(XmlNodeReader)

Loads the object from XML.

Declaration
public override bool Deserialize(XmlNodeReader r)
Public Overrides 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

Overrides