PowerTools SPREAD for Windows Forms 8.0J
ShowListCustomNameForm メソッド


カスタム名の一覧を含むフォームを表示します。
構文
'Declaration
 
Public Function ShowListCustomNameForm( _
   ByVal parentForm As Form _
) As Form
'使用法
 
Dim instance As FpSpread
Dim parentForm As Form
Dim value As Form
 
value = instance.ShowListCustomNameForm(parentForm)
public Form ShowListCustomNameForm( 
   Form parentForm
)

パラメータ

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

FpSpread クラス
FpSpread メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.