# FarPoint.CalcEngine.TableReferenceExpression.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_CalcEngine_TableReferenceExpression__ctor_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor*">TableReferenceExpression Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_CalcEngine_TableReferenceExpression__ctor_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor*"></a>
<h4 id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_FarPoint_CalcEngine_StructuredTableReferenceKeywordType_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object,FarPoint.CalcEngine.StructuredTableReferenceKeywordType)">TableReferenceExpression(object, StructuredTableReferenceKeywordType)</h4>
<div class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableReferenceExpression(object tableData, StructuredTableReferenceKeywordType keyWord)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(tableData As Object, keyWord As StructuredTableReferenceKeywordType)</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.object">object</a></td>
      <td><span class="parametername">tableData</span></td>
      <td><p>Table data</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">StructuredTableReferenceKeywordType</span></td>
      <td><span class="parametername">keyWord</span></td>
      <td><p>A <span class="xref">FarPoint.CalcEngine.StructuredTableReferenceKeywordType</span> enum value that specifies part of table</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_CalcEngine_TableReferenceExpression__ctor_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor*"></a>
<h4 id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_FarPoint_CalcEngine_StructuredTableReferenceKeywordType_System_Boolean_System_Boolean_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object,FarPoint.CalcEngine.StructuredTableReferenceKeywordType,System.Boolean,System.Boolean,System.Int32,System.Int32)">TableReferenceExpression(object, StructuredTableReferenceKeywordType, bool, bool, int, int)</h4>
<div class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableReferenceExpression(object tableData, StructuredTableReferenceKeywordType keyword, bool hasSpaceAfterKeyword, bool hasSpaceBefore, int firstColIndex, int lastColIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(tableData As Object, keyword As StructuredTableReferenceKeywordType, hasSpaceAfterKeyword As Boolean, hasSpaceBefore As Boolean, firstColIndex As Integer, lastColIndex As Integer)</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.object">object</a></td>
      <td><span class="parametername">tableData</span></td>
      <td><p>Table data</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">StructuredTableReferenceKeywordType</span></td>
      <td><span class="parametername">keyword</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">hasSpaceAfterKeyword</span></td>
      <td><p>A boolean value that determines whether there is a space after the keyword</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">hasSpaceBefore</span></td>
      <td><p>A boolean value that determines whether there is a space before the keyword</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">firstColIndex</span></td>
      <td><p>An int value that specifies the first table column index to refer to</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">lastColIndex</span></td>
      <td><p>An int value that specifies the last table column indext to refer to</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_CalcEngine_TableReferenceExpression__ctor_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor*"></a>
<h4 id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_FarPoint_CalcEngine_StructuredTableReferenceKeywordType_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object,FarPoint.CalcEngine.StructuredTableReferenceKeywordType,System.Int32,System.Int32)">TableReferenceExpression(object, StructuredTableReferenceKeywordType, int, int)</h4>
<div class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableReferenceExpression(object tableData, StructuredTableReferenceKeywordType keyword, int firstColIndex, int lastColIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(tableData As Object, keyword As StructuredTableReferenceKeywordType, firstColIndex As Integer, lastColIndex As Integer)</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.object">object</a></td>
      <td><span class="parametername">tableData</span></td>
      <td><p>Table data</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">StructuredTableReferenceKeywordType</span></td>
      <td><span class="parametername">keyword</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">firstColIndex</span></td>
      <td><p>An int value that specifies the first table column index to refer to</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">lastColIndex</span></td>
      <td><p>An int value that specifies the last table column indext to refer to</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_CalcEngine_TableReferenceExpression__ctor_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor*"></a>
<h4 id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object,System.Int32,System.Int32)">TableReferenceExpression(object, int, int)</h4>
<div class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableReferenceExpression(object tableData, int firstColIndex, int lastColIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(tableData As Object, firstColIndex As Integer, lastColIndex As Integer)</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.object">object</a></td>
      <td><span class="parametername">tableData</span></td>
      <td><p>Table data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">firstColIndex</span></td>
      <td><p>An int value that specifies the first table column index to refer to</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">lastColIndex</span></td>
      <td><p>An int value that specifies the last table column indext to refer to</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_CalcEngine_TableReferenceExpression__ctor_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor*"></a>
<h4 id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object)">TableReferenceExpression(object)</h4>
<div class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableReferenceExpression(object tableData)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(tableData As Object)</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.object">object</a></td>
      <td><span class="parametername">tableData</span></td>
      <td><p>Table data</p>
</td>
    </tr>
  </tbody>
</table>
</div>
