# FarPoint.Win.Spread.Model.ITableRangeManager.GetTables

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Model_ITableRangeManager_GetTables_" data-uid="FarPoint.Win.Spread.Model.ITableRangeManager.GetTables*">GetTables Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Model_ITableRangeManager_GetTables_" data-uid="FarPoint.Win.Spread.Model.ITableRangeManager.GetTables*"></a>
<h4 id="FarPoint_Win_Spread_Model_ITableRangeManager_GetTables" data-uid="FarPoint.Win.Spread.Model.ITableRangeManager.GetTables">GetTables()</h4>
<div class="markdown level1 summary"><p>Gets a hash table of ITableRange objects.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">Hashtable GetTables()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function GetTables() As Hashtable</code></pre>
</div>
<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><span class="xref">Hashtable</span></td>
      <td><p>Hashtable of ITableRange objects</p>
</td>
    </tr>
  </tbody>
</table>
</div>
