Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatCollection Class / Deserialize Method / Deserialize(XmlNodeReader,Int32,Int32) Method
XmlNodeReader from which to read the object
Row index
Column index


In This Topic
    Deserialize(XmlNodeReader,Int32,Int32) Method
    In This Topic
    Loads the object from XmlNodeReader.
    Syntax
    'Declaration
     
    
    Public Overloads Function Deserialize( _
       ByVal r As XmlNodeReader, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormatCollection
    Dim r As XmlNodeReader
    Dim row As Integer
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.Deserialize(r, row, column)
    public bool Deserialize( 
       XmlNodeReader r,
       int row,
       int column
    )

    Parameters

    r
    XmlNodeReader from which to read the object
    row
    Row index
    column
    Column index
    See Also