Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SaveXmlInputMapFile Method / SaveXmlInputMapFile(Stream) Method
The file stream.


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 SpreadView
Dim stream As Stream
 
instance.SaveXmlInputMapFile(stream)

Parameters

stream
The file stream.
See Also