GrapeCity.Xaml.SpreadSheet.Data
OnWriteXml Method (FormattingRuleBase)


GrapeCity.Xaml.SpreadSheet.Data Namespace > FormattingRuleBase Class : OnWriteXml Method
The xml writer.
Writes the rule to the xml writer.
Syntax
'Declaration
 
Protected Overridable Sub OnWriteXml( _
   ByVal writer As XmlWriter _
) 
'Usage
 
Dim instance As FormattingRuleBase
Dim writer As XmlWriter
 
instance.OnWriteXml(writer)
protected virtual void OnWriteXml( 
   XmlWriter writer
)

Parameters

writer
The xml writer.
See Also

Reference

FormattingRuleBase Class
FormattingRuleBase Members