ComponentOne FlexGrid for WinForms
WriteXml(XmlTextWriter) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > WriteXml Method : WriteXml(XmlTextWriter) Method
The System.Xml.XmlTextWriter where the document is saved.
Saves the grid contents to an Xml document.
Syntax
'Declaration
 
Public Overloads Overridable Sub WriteXml( _
   ByVal w As XmlTextWriter _
) 
public virtual void WriteXml( 
   XmlTextWriter w
)

Parameters

w
The System.Xml.XmlTextWriter where the document is saved.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List