# FarPoint.CalcEngine.TableReferenceExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_CalcEngine_TableReferenceExpression" data-uid="FarPoint.CalcEngine.TableReferenceExpression" class="text-break">TableReferenceExpression Class
</h1>
  <div class="markdown level0 summary"><p>Represents an expression with a table reference as the expression.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.CalcEngine.Expression.html">Expression</a></div>
    <div class="level2"><span class="xref">TableReferenceExpression</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.CalcEngine.html">FarPoint.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.CalcEngine.dll</h6>
  <h5 id="FarPoint_CalcEngine_TableReferenceExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableReferenceExpression : Expression</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableReferenceExpression
    Inherits Expression</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object)">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.-ctor.html#FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_">TableReferenceExpression(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_FarPoint_CalcEngine_StructuredTableReferenceKeywordType_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object,FarPoint.CalcEngine.StructuredTableReferenceKeywordType)">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.-ctor.html#FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_FarPoint_CalcEngine_StructuredTableReferenceKeywordType_">TableReferenceExpression(object, StructuredTableReferenceKeywordType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.-ctor.html#FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_FarPoint_CalcEngine_StructuredTableReferenceKeywordType_System_Boolean_System_Boolean_System_Int32_System_Int32_">TableReferenceExpression(object, StructuredTableReferenceKeywordType, bool, bool, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.-ctor.html#FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_FarPoint_CalcEngine_StructuredTableReferenceKeywordType_System_Int32_System_Int32_">TableReferenceExpression(object, StructuredTableReferenceKeywordType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.TableReferenceExpression.#ctor(System.Object,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.-ctor.html#FarPoint_CalcEngine_TableReferenceExpression__ctor_System_Object_System_Int32_System_Int32_">TableReferenceExpression(object, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression representing a table reference expression.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression_FirstColumnIndex" data-uid="FarPoint.CalcEngine.TableReferenceExpression.FirstColumnIndex">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.FirstColumnIndex.html#FarPoint_CalcEngine_TableReferenceExpression_FirstColumnIndex">FirstColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets first column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression_HasSpaceAfterFirstKeyword" data-uid="FarPoint.CalcEngine.TableReferenceExpression.HasSpaceAfterFirstKeyword">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.HasSpaceAfterFirstKeyword.html#FarPoint_CalcEngine_TableReferenceExpression_HasSpaceAfterFirstKeyword">HasSpaceAfterFirstKeyword</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether there is a space takes place after the first keyword.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression_HasSpaceBefore" data-uid="FarPoint.CalcEngine.TableReferenceExpression.HasSpaceBefore">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.HasSpaceBefore.html#FarPoint_CalcEngine_TableReferenceExpression_HasSpaceBefore">HasSpaceBefore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether there is a space takes place before the first keyword.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression_Keyword" data-uid="FarPoint.CalcEngine.TableReferenceExpression.Keyword">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.Keyword.html#FarPoint_CalcEngine_TableReferenceExpression_Keyword">Keyword</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table reference type</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression_LastColumnIndex" data-uid="FarPoint.CalcEngine.TableReferenceExpression.LastColumnIndex">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.LastColumnIndex.html#FarPoint_CalcEngine_TableReferenceExpression_LastColumnIndex">LastColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the last column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_TableReferenceExpression_TableData" data-uid="FarPoint.CalcEngine.TableReferenceExpression.TableData">
          <a class="xref" href="FarPoint.CalcEngine.TableReferenceExpression.TableData.html#FarPoint_CalcEngine_TableReferenceExpression_TableData">TableData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
