GrapeCity SPREAD for Windows Forms 11.0J
LoadXmlInputMapFileWhenShapeHasFocus(String) メソッド


ファイルの名前。
シェイプにフォーカスがあるときのXML入力マップファイルをロードします。
構文
'Declaration
 
Public Overloads Sub LoadXmlInputMapFileWhenShapeHasFocus( _
   ByVal fileName As String _
) 
'使用法
 
Dim instance As FpSpread
Dim fileName As String
 
instance.LoadXmlInputMapFileWhenShapeHasFocus(fileName)
public void LoadXmlInputMapFileWhenShapeHasFocus( 
   string fileName
)

パラメータ

fileName
ファイルの名前。
次のサンプルコードは、LoadXmlInputMapWhenShapeHasFocusメソッドを使用します。
fpSpread1.LoadXmlInputMapFile("file.xml", FarPoint.Win.Spread.OperationMode.Normal);
fpSpread1.LoadXmlInputMapFile("file.xml", FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused, FarPoint.Win.Spread.OperationMode.Normal);
fpSpread1.LoadXmlInputMapFile("file.xml");
fpSpread1.LoadXmlInputMapFileWhenChildHasFocus("file.xml");
fpSpread1.LoadXmlInputMapFileWhenShapeHasFocus("file.xml");
FpSpread1.LoadXmlInputMapFile("file.xml", FarPoint.Win.Spread.OperationMode.Normal)
FpSpread1.LoadXmlInputMapFile("file.xml", FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused, FarPoint.Win.Spread.OperationMode.Normal)
FpSpread1.LoadXmlInputMapFile("file.xml")
FpSpread1.LoadXmlInputMapFileWhenChildHasFocus("file.xml")
FpSpread1.LoadXmlInputMapFileWhenShapeHasFocus("file.xml")
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.