Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveXmlInputMapFile Method / SaveXmlInputMapFile(Stream) Method
Stream of the file.


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

    Parameters

    stream
    Stream of the file.
    See Also