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


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

    Parameters

    fileName
    Name of the file.
    See Also