DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / RangeInfo Class / WriteXml Method
System.Xml.XmlWriter where the range will be saved.

In This Topic
    WriteXml Method (RangeInfo)
    In This Topic
    Persist range to Xml.
    Syntax
    'Declaration
     
    Public Sub WriteXml( _
       ByVal xw As XmlWriter _
    ) 
    public void WriteXml( 
       XmlWriter xw
    )

    Parameters

    xw
    System.Xml.XmlWriter where the range will be saved.
    See Also