LoadXmlInputMapFile(Stream,OperationMode) Method
Loads the XML input map file using the specified operation mode.
'Declaration
Public Overloads Sub LoadXmlInputMapFile( _
ByVal As Stream, _
ByVal As OperationMode _
)
'Usage
Dim instance As FpSpread
Dim stream As Stream
Dim operationMode As OperationMode
instance.LoadXmlInputMapFile(stream, operationMode)
Parameters
- stream
- The stream of the file.
- operationMode
- The operation mode.