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


In This Topic
LoadXmlInputMapFile(Stream,InputMapMode,OperationMode) Method
In This Topic
Loads the XML input map file using the specified input map mode and operation mode.
Syntax
'Declaration
 
Public Overloads Sub LoadXmlInputMapFile( _
   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.LoadXmlInputMapFile(stream, inputMapMode, operationMode)

Parameters

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