# FarPoint.Win.Spread.Model.ITableModelSupport.VerifyTableCellRangeAndRowOrColumnFormula

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Model_ITableModelSupport_VerifyTableCellRangeAndRowOrColumnFormula_" data-uid="FarPoint.Win.Spread.Model.ITableModelSupport.VerifyTableCellRangeAndRowOrColumnFormula*">VerifyTableCellRangeAndRowOrColumnFormula Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Model_ITableModelSupport_VerifyTableCellRangeAndRowOrColumnFormula_" data-uid="FarPoint.Win.Spread.Model.ITableModelSupport.VerifyTableCellRangeAndRowOrColumnFormula*"></a>
<h4 id="FarPoint_Win_Spread_Model_ITableModelSupport_VerifyTableCellRangeAndRowOrColumnFormula_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.ITableModelSupport.VerifyTableCellRangeAndRowOrColumnFormula(System.Int32,System.Int32,System.Int32,System.Int32)">VerifyTableCellRangeAndRowOrColumnFormula(int, int, int, int)</h4>
<div class="markdown level1 summary"><p>Verifies the table cell range with row and column formula.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool VerifyTableCellRangeAndRowOrColumnFormula(int headerRowIndex, int totalRowIndex, int firstColumn, int lastColumn)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function VerifyTableCellRangeAndRowOrColumnFormula(headerRowIndex As Integer, totalRowIndex As Integer, firstColumn As Integer, lastColumn As Integer) As Boolean</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">headerRowIndex</span></td>
      <td><p>Index of table header row or -1 if no need to check.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">totalRowIndex</span></td>
      <td><p>Index of table total row or -1 if no need to check.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">firstColumn</span></td>
      <td><p>First index of column range to check or -1 if no need to check the column range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">lastColumn</span></td>
      <td><p>Last index of column range to check or -1 if no need to check the column range</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.boolean">bool</a></td>
      <td><p>true if the row and column formula are not in the checked index and range; otherwise, false.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
