Spread Windows Forms 12.0 Product Documentation
ShowListCustomNameForm Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : ShowListCustomNameForm Method
Displays the form that contains a list of custom names.
Syntax
'Declaration
 
Public Function ShowListCustomNameForm( _
   ByVal parentForm As Form, _
   Optional ByVal showNewNameForm As Boolean _
) As Form
'Usage
 
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
)

Parameters

parentForm
showNewNameForm
Example
This example displays a form with custom names.
fpSpread1.ShowListCustomNameForm(this);
fpSpread1.ShowListCustomNameForm(Me)
See Also

Reference

FpSpread Class
FpSpread Members