Spread Silverlight Documentation
OnWriteXml Method (SpecificTextRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpecificTextRule Class : OnWriteXml Method
The xml writer.
Writes xml to the xml writer.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnWriteXml( _
   ByVal writer As System.Xml.XmlWriter _
) 
'Usage
 
Dim instance As SpecificTextRule
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

SpecificTextRule Class
SpecificTextRule Members