Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveXmlInputMapFileWhenShapeHasFocus Method / SaveXmlInputMapFileWhenShapeHasFocus(Stream) Method


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

    Parameters

    stream
    See Also