FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / RangeInfo Class / ReadXml Method
System.Xml.XmlReader that contains the range definition.

In This Topic
    ReadXml Method (RangeInfo)
    In This Topic
    Reads a range from Xml.
    Syntax
    'Declaration
     
    Public Sub ReadXml( _
       ByVal xr As XmlReader _
    ) 
    public void ReadXml( 
       XmlReader xr
    )

    Parameters

    xr
    System.Xml.XmlReader that contains the range definition.
    See Also