Save the grid contents to an XML document. Using OpenFile Method can load the contents into the grid.
Public Sub SaveFile(ByVal FileName As String)
Grid Object
The following parameters are available:
Parameter | Description |
FileName | Path and name of the XML file to create. |
None