# FarPoint.Win.Spread.FpSpread.ShowCellValidatorsForm

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FpSpread_ShowCellValidatorsForm_" data-uid="FarPoint.Win.Spread.FpSpread.ShowCellValidatorsForm*">ShowCellValidatorsForm Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FpSpread_ShowCellValidatorsForm_" data-uid="FarPoint.Win.Spread.FpSpread.ShowCellValidatorsForm*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_ShowCellValidatorsForm_System_Windows_Forms_Form_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.FpSpread.ShowCellValidatorsForm(System.Windows.Forms.Form,System.Boolean,System.Boolean)">ShowCellValidatorsForm(Form, bool, bool)</h4>
<div class="markdown level1 summary"><p>Shows the form that is used to edit Cell Validators of selected range</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Form ShowCellValidatorsForm(Form parent, bool autoYes, bool showForm = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function ShowCellValidatorsForm(parent As Form, autoYes As Boolean, Optional showForm As Boolean = True) As Form</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></td>
      <td><span class="parametername">parent</span></td>
      <td><p>The parent form</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">autoYes</span></td>
      <td><p>A flag to determine what action should be performed when has conflict in loading settings of cell validators</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showForm</span></td>
      <td><p>Show form immediately.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></td>
      <td><p>A Form object</p>
</td>
    </tr>
  </tbody>
</table>
</div>
