Spread Silverlight Documentation
OnWriteXml Method (CellValueRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellValueRule Class : OnWriteXml Method
The XML writer.
Converts the object into its XML representation.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnWriteXml( _
   ByVal writer As System.Xml.XmlWriter _
) 
'Usage
 
Dim instance As CellValueRule
Dim writer As System.Xml.XmlWriter
 
instance.OnWriteXml(writer)
protected override void OnWriteXml( 
   System.Xml.XmlWriter writer
)

Parameters

writer
The XML writer.
See Also

Reference

CellValueRule Class
CellValueRule Members