ComponentOne FlexGrid for WinForms
WriteXml(TextWriter) Method

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

Parameters

tw
The System.IO.TextWriter where the document is saved.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List