Spread Windows Forms 9.0 Product Documentation
ShowListCustomNameForm Method
Example 


Displays the form that contains a list of custom names.
Syntax
'Declaration
 
Public Function ShowListCustomNameForm( _
   ByVal parentForm As Form _
) As Form
'Usage
 
Dim instance As FpSpread
Dim parentForm As Form
Dim value As Form
 
value = instance.ShowListCustomNameForm(parentForm)
public Form ShowListCustomNameForm( 
   Form parentForm
)

Parameters

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

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.