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


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

    Parameters

    stream
    The stream of the file.
    operationMode
    The operation mode.
    See Also