# FarPoint.CalcEngine.ReferenceExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_CalcEngine_ReferenceExpression" data-uid="FarPoint.CalcEngine.ReferenceExpression" class="text-break">ReferenceExpression Class
</h1>
  <div class="markdown level0 summary"><p>Represents the abstract class from which all reference expression types derive.</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">ReferenceExpression</span></div>
      <div class="level3"><a class="xref" href="FarPoint.CalcEngine.CellExpression.html">CellExpression</a></div>
      <div class="level3"><a class="xref" href="FarPoint.CalcEngine.RangeExpression.html">RangeExpression</a></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_ReferenceExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ReferenceExpression : Expression</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ReferenceExpression
    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_ReferenceExpression__ctor" data-uid="FarPoint.CalcEngine.ReferenceExpression.#ctor">
          <a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.-ctor.html#FarPoint_CalcEngine_ReferenceExpression__ctor">ReferenceExpression()</a>
        </td>
        <td class="markdown level1 summary"></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_ReferenceExpression_Column" data-uid="FarPoint.CalcEngine.ReferenceExpression.Column">
          <a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.Column.html#FarPoint_CalcEngine_ReferenceExpression_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the starting column coordinate of the reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ReferenceExpression_ColumnCount" data-uid="FarPoint.CalcEngine.ReferenceExpression.ColumnCount">
          <a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.ColumnCount.html#FarPoint_CalcEngine_ReferenceExpression_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ReferenceExpression_ColumnRelative" data-uid="FarPoint.CalcEngine.ReferenceExpression.ColumnRelative">
          <a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.ColumnRelative.html#FarPoint_CalcEngine_ReferenceExpression_ColumnRelative">ColumnRelative</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the column coordinates are relative.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ReferenceExpression_Row" data-uid="FarPoint.CalcEngine.ReferenceExpression.Row">
          <a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.Row.html#FarPoint_CalcEngine_ReferenceExpression_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the starting row coordinate of the reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ReferenceExpression_RowCount" data-uid="FarPoint.CalcEngine.ReferenceExpression.RowCount">
          <a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.RowCount.html#FarPoint_CalcEngine_ReferenceExpression_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ReferenceExpression_RowRelative" data-uid="FarPoint.CalcEngine.ReferenceExpression.RowRelative">
          <a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.RowRelative.html#FarPoint_CalcEngine_ReferenceExpression_RowRelative">RowRelative</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row coordinates are relative.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
