FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / NameManager Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
NameManager Method
In This Topic
Gets the Name Manager dialog.
Syntax
'Declaration
 
Public Shared Function NameManager( _
   ByVal spread As FpSpread _
) As Form
 
'Usage
 
Dim spread As FpSpread
Dim value As Form
 
value = BuiltInDialogs.NameManager(spread)

Parameters

spread
The FarPoint.Win.Spread.FpSpread owner.

Return Value

A System.Windows.Forms.Form object represents the Name Manager dialog.
See Also