FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : 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 )