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

カスタム名の一覧を含むフォームを表示します。
構文
'宣言
 
Public Function ShowListCustomNameForm( _
   ByVal parentForm As Form, _
   Optional ByVal showNewNameForm As Boolean _
) As Form
public Form ShowListCustomNameForm( 
   Form parentForm,
   bool showNewNameForm
)

パラメータ

parentForm
showNewNameForm
使用例
次のサンプルコードは、カスタム名を含むフォームを表示します。
fpSpread1.ShowListCustomNameForm(this);
fpSpread1.ShowListCustomNameForm(Me)
参照

FpSpread クラス
FpSpread メンバ

 

 


© MESCIUS inc. All rights reserved.