Spread for ASP.NET 12 Product Documentation
Deserialize(XmlNodeReader,Int32,Int32) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ConditionalFormatCollection Class > Deserialize Method : Deserialize(XmlNodeReader,Int32,Int32) Method
XmlNodeReader from which to read the object
Row index
Column index
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

Reference

ConditionalFormatCollection Class
ConditionalFormatCollection Members
Overload List