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


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

    Parameters

    fileName
    Name of the file.
    See Also