[]
Shows the form that is used to edit DataValidation of selected range
public Form ShowDataValidationForm(Form parent, bool autoYes, bool showForm = true)
Public Function ShowDataValidationForm(parent As Form, autoYes As Boolean, Optional showForm As Boolean = True) As Form
| Type | Name | Description |
|---|---|---|
| Form | parent | The parent form |
| bool | autoYes | A flag to determine what action should be performed when has conflict in loading settings of data validation |
| bool | showForm | Show form immediately. |
| Type | Description |
|---|---|
| Form | A Form object |