SaveFile Method

Save the grid contents to an XML document. Using OpenFile Method can load the contents into the grid.

Syntax

Public Sub SaveFile(ByVal FileName As String)

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
FileName Path and name of the XML file to create.

Return Type

None

See Also

OpenFile Method