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


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

    Parameters

    fileName
    Name of the file.
    See Also