Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / Deserialize Method
XmlNodeReader object from which to read the grid line object


In This Topic
    Deserialize Method (GridLine)
    In This Topic
    Loads the grid line from XML.
    Syntax
    'Declaration
     
    
    Public Function Deserialize( _
       ByVal r As XmlNodeReader _
    ) As Boolean
    'Usage
     
    
    Dim instance As GridLine
    Dim r As XmlNodeReader
    Dim value As Boolean
     
    value = instance.Deserialize(r)
    public bool Deserialize( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader object from which to read the grid line object
    See Also