Spread Silverlight Documentation
OnWriteXml Method (DataBarRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > DataBarRule Class : OnWriteXml Method
The XML writer.
Converts the rule into its XML representation.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnWriteXml( _
   ByVal writer As System.Xml.XmlWriter _
) 
'Usage
 
Dim instance As DataBarRule
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

DataBarRule Class
DataBarRule Members