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 _
) 
 

Parameters

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