FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / LoadXmlInputMapFile Method / LoadXmlInputMapFile(String) Method
Name of the file.


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

Parameters

fileName
Name of the file.
See Also