Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SaveXmlInputMapFileWhenShapeHasFocus Method / SaveXmlInputMapFileWhenShapeHasFocus(String) Method
Name of the file.


In This Topic
SaveXmlInputMapFileWhenShapeHasFocus(String) Method
In This Topic
Saves the XML input map file when the shape has focus.
Syntax
'Declaration
 
Public Overloads Sub SaveXmlInputMapFileWhenShapeHasFocus( _
   ByVal fileName As String _
) 
 
'Usage
 
Dim instance As SpreadView
Dim fileName As String
 
instance.SaveXmlInputMapFileWhenShapeHasFocus(fileName)

Parameters

fileName
Name of the file.
See Also