GrapeCity SPREAD for Windows Forms 12.0J
ShowListCustomNameForm メソッド


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

パラメータ

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

FpSpread クラス
FpSpread メンバ

 

 


Copyright © 2004 GrapeCity inc.