Spread Windows Forms 12.0 Product Documentation
LoadXmlInputMapFileWhenShapeHasFocus(String) Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class > LoadXmlInputMapFileWhenShapeHasFocus Method : LoadXmlInputMapFileWhenShapeHasFocus(String) Method
Name of the file.
Loads the XML input map file when the shape has focus.
Syntax
'Declaration
 
Public Overloads Sub LoadXmlInputMapFileWhenShapeHasFocus( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As SpreadView
Dim fileName As String
 
instance.LoadXmlInputMapFileWhenShapeHasFocus(fileName)
public void LoadXmlInputMapFileWhenShapeHasFocus( 
   string fileName
)

Parameters

fileName
Name of the file.
Example
This example uses the LoadXmlInputMapFileWhenShapeHasFocus method.
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.LoadXmlInputMapFileWhenShapeHasFocus("c:\\file.xml");
Dim sv As FarPoint.Win.Spread.SpreadView = fpSpread1.GetRootWorkbook()
sv.LoadXmlInputMapFileWhenShapeHasFocus("c:\file.xml")
See Also

Reference

SpreadView Class
SpreadView Members
Overload List