Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowCellValidatorsForm Method
The parent form
A flag to determine what action should be performed when has conflict in loading settings of cell validators
Show form immediately.


In This Topic
    ShowCellValidatorsForm Method
    In This Topic
    Shows the form that is used to edit Cell Validators of selected range
    Syntax
    'Declaration
     
    
    Public Function ShowCellValidatorsForm( _
       ByVal parent As Form, _
       ByVal autoYes As Boolean, _
       Optional ByVal showForm As Boolean _
    ) As Form
    'Usage
     
    
    Dim instance As FpSpread
    Dim parent As Form
    Dim autoYes As Boolean
    Dim showForm As Boolean
    Dim value As Form
     
    value = instance.ShowCellValidatorsForm(parent, autoYes, showForm)
    public Form ShowCellValidatorsForm( 
       Form parent,
       bool autoYes,
       bool showForm
    )

    Parameters

    parent
    The parent form
    autoYes
    A flag to determine what action should be performed when has conflict in loading settings of cell validators
    showForm
    Show form immediately.

    Return Value

    A Form object
    See Also