Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowDataValidationForm Method
The parent form
A flag to determine what action should be performed when has conflict in loading settings of data validation


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

    Parameters

    parent
    The parent form
    autoYes
    A flag to determine what action should be performed when has conflict in loading settings of data validation

    Return Value

    A Form object
    See Also