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