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


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

パラメータ

fileName
ファイルの名前。
次のサンプルコードは、LoadXmlInputMapFileWhenChildHasFocus メソッドを使用します。
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.