'Declaration Public Overloads Sub SaveXml( _ ByVal fileName As System.String _ )
'Usage Dim instance As GcSpreadSheet Dim fileName As System.String instance.SaveXml(fileName)
public void SaveXml( System.string fileName )
Parameters
- fileName
- The path and name of the XML file.