Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowInfo Class / Deserialize Method
XmlNodeReader from which to load the object


In This Topic
    Deserialize Method (PreviewRowInfo)
    In This Topic
    Loads the preview row information from XML.
    Syntax
    'Declaration
     
    
    Public Overridable Function Deserialize( _
       ByVal r As XmlNodeReader _
    ) As Boolean
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim r As XmlNodeReader
    Dim value As Boolean
     
    value = instance.Deserialize(r)
    public virtual bool Deserialize( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader from which to load the object

    Return Value

    Boolean: true if successful; false otherwise
    See Also