Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveXmlInputMapFile Method / SaveXmlInputMapFile(Stream) Method
Stream of the file.


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

Parameters

stream
Stream of the file.
See Also