Spread Silverlight Documentation
OnReadXml Method (FormulaCondition)


GrapeCity.Windows.SpreadSheet.Data Namespace > FormulaCondition Class : OnReadXml Method
The reader.
Called when reading XML.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnReadXml( _
   ByVal reader As System.Xml.XmlReader _
) 
'Usage
 
Dim instance As FormulaCondition
Dim reader As System.Xml.XmlReader
 
instance.OnReadXml(reader)
protected override void OnReadXml( 
   System.Xml.XmlReader reader
)

Parameters

reader
The reader.
See Also

Reference

FormulaCondition Class
FormulaCondition Members