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

Parameters

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