Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveXmlInputMapFile Method / SaveXmlInputMapFile(Stream,InputMapMode,OperationMode) Method
Stream of the file.
The input map mode.
The operation mode.


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

Parameters

stream
Stream of the file.
inputMapMode
The input map mode.
operationMode
The operation mode.
See Also