FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / LoadXmlInputMapFile Method / LoadXmlInputMapFile(String,OperationMode) Method
Name of the file.
The operation mode.


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

Parameters

fileName
Name of the file.
operationMode
The operation mode.
See Also