Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread 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 FpSpread
    Dim fileName As String
     
    instance.LoadXmlInputMapFile(fileName)
    public void LoadXmlInputMapFile( 
       string fileName
    )

    Parameters

    fileName
    Name of the file.
    See Also