Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / LoadXmlInputMapFile Method / LoadXmlInputMapFile(String,OperationMode) Method
Name of the file.
The operation mode.


In This Topic
    LoadXmlInputMapFile(String,OperationMode) Method
    In This Topic
    Loads the XML input map file using the specified operation mode.
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadXmlInputMapFile( _
       ByVal fileName As String, _
       ByVal operationMode As OperationMode _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim fileName As String
    Dim operationMode As OperationMode
     
    instance.LoadXmlInputMapFile(fileName, operationMode)
    public void LoadXmlInputMapFile( 
       string fileName,
       OperationMode operationMode
    )

    Parameters

    fileName
    Name of the file.
    operationMode
    The operation mode.
    See Also