FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / LoadXmlInputMapFile Method / LoadXmlInputMapFile(Stream,OperationMode) Method
The file stream.
The operation mode.


In This Topic
LoadXmlInputMapFile(Stream,OperationMode) Method
In This Topic
Loads the XML input map file using the specified operation mode.
Syntax
'Declaration
 
Public Overloads Sub LoadXmlInputMapFile( _
   ByVal stream As Stream, _
   ByVal operationMode As OperationMode _
) 
 
'Usage
 
Dim instance As SpreadView
Dim stream As Stream
Dim operationMode As OperationMode
 
instance.LoadXmlInputMapFile(stream, operationMode)

Parameters

stream
The file stream.
operationMode
The operation mode.
See Also