Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / LoadXmlInputMapFile Method / LoadXmlInputMapFile(Stream) Method
The stream of the file.


In This Topic
    LoadXmlInputMapFile(Stream) Method
    In This Topic
    Loads the XML input map file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadXmlInputMapFile( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim stream As Stream
     
    instance.LoadXmlInputMapFile(stream)
    public void LoadXmlInputMapFile( 
       Stream stream
    )

    Parameters

    stream
    The stream of the file.
    See Also