# FarPoint.Win.Spread.Cell.Validation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Cell_Validation_" data-uid="FarPoint.Win.Spread.Cell.Validation*">Validation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Cell_Validation_" data-uid="FarPoint.Win.Spread.Cell.Validation*"></a>
<h4 id="FarPoint_Win_Spread_Cell_Validation" data-uid="FarPoint.Win.Spread.Cell.Validation">Validation</h4>
<div class="markdown level1 summary"><p>Gets an instance of IValidation which may be used to get and set validation properties of the cells represented by this <a class="xref" href="FarPoint.Win.Spread.Cell.html">Cell</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public IValidation Validation { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property Validation As IValidation</code></pre>
</div>
<h5 class="propertyValue">Property Value</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="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IValidation.html">IValidation</a></td>
      <td><p>The instance of IValidation which may be used to get and set validation properties of the cells.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
