ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / FieldRange Class / WriteXml Method
The System.Xml.XmlWriter stream to which the object is serialized.

In This Topic
    WriteXml Method (FieldRange)
    In This Topic
    Converts an FieldRange into its XML representation.
    Syntax
    'Declaration
     
    
    Public Sub WriteXml( _
       ByVal writer As XmlWriter _
    ) 
    public void WriteXml( 
       XmlWriter writer
    )

    Parameters

    writer
    The System.Xml.XmlWriter stream to which the object is serialized.
    See Also