MESCIUS SPREAD for Windows Forms 15.0J
ShowEditForm メソッド
使用例 

カスタム名の編集に使用するフォームを表示します。
構文
'宣言
 
Public Function ShowEditForm( _
   ByVal parentForm As Form, _
   ByVal baseRowm As Integer, _
   ByVal baseColumn As Integer _
) As Form
public Form ShowEditForm( 
   Form parentForm,
   int baseRowm,
   int baseColumn
)

パラメータ

parentForm
baseRowm
baseColumn
使用例
次のサンプルコードは、カスタム名ダイアログを表示します。
fpSpread1.ShowEditForm(this, 0, 0);
fpSpread1.ShowEditForm(Me, 0, 0)
参照

FpSpread クラス
FpSpread メンバ

 

 


© MESCIUS inc. All rights reserved.