SaveXmlInputMapFile(String) Method
In This Topic
Saves the XML input map file.
Syntax
'Declaration
Public Overloads Sub SaveXmlInputMapFile( _
ByVal As String _
)
'Usage
Dim instance As FpSpread
Dim fileName As String
instance.SaveXmlInputMapFile(fileName)
public void SaveXmlInputMapFile(
string
)
Parameters
- fileName
- Name of the file.
See Also