# GrapeCity.Spreadsheet.IWorksheet.CircleInvalid

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IWorksheet_CircleInvalid_" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid*">CircleInvalid Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IWorksheet_CircleInvalid_" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid*"></a>
<h4 id="GrapeCity_Spreadsheet_IWorksheet_CircleInvalid" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid">CircleInvalid()</h4>
<div class="markdown level1 summary"><p>Circles invalid entries on the worksheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void CircleInvalid()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub CircleInvalid()</code></pre>
</div>


<a id="GrapeCity_Spreadsheet_IWorksheet_CircleInvalid_" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid*"></a>
<h4 id="GrapeCity_Spreadsheet_IWorksheet_CircleInvalid_System_Int32_" data-uid="GrapeCity.Spreadsheet.IWorksheet.CircleInvalid(System.Int32)">CircleInvalid(int)</h4>
<div class="markdown level1 summary"><p>Get a GrapeCity.Spreadsheet.CellReference[] array of invalid entries on the worksheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">CellReference[] CircleInvalid(int maximumCells)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function CircleInvalid(maximumCells As Integer) As CellReference()</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.int32">int</a></td>
      <td><span class="parametername">maximumCells</span></td>
      <td><p>An integer value indicates the maximum returned invalid entries. Default value will be used if <code class="paramref">maximumCells</code> is less than 1.</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="GrapeCity.Spreadsheet.CellReference.html">CellReference</a>[]</td>
      <td><p>A GrapeCity.Spreadsheet.CellReference[] array represents the position of invalid cells.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
