Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveXmlInputMapFile Method / SaveXmlInputMapFile(String) Method
Name of the file.


In This Topic
    SaveXmlInputMapFile(String) Method
    In This Topic
    Saves the XML input map file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveXmlInputMapFile( _
       ByVal fileName As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim fileName As String
     
    instance.SaveXmlInputMapFile(fileName)
    public void SaveXmlInputMapFile( 
       string fileName
    )

    Parameters

    fileName
    Name of the file.
    See Also