Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowListCustomNameForm Method


In This Topic
    ShowListCustomNameForm Method
    In This Topic
    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
    See Also