[]
Shows the form that is used to edit Cell Validators of selected range
public Form ShowCellValidatorsForm(Form parent, bool autoYes, bool showForm = true)
Public Function ShowCellValidatorsForm(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 cell validators |
bool | showForm | Show form immediately. |
Type | Description |
---|---|
Form | A Form object |