# FarPoint.CalcEngine.CellExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_CalcEngine_CellExpression" data-uid="FarPoint.CalcEngine.CellExpression" class="text-break">CellExpression Class
</h1>
  <div class="markdown level0 summary"><p>Represents an expression with a cell 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"><a class="xref" href="FarPoint.CalcEngine.ReferenceExpression.html">ReferenceExpression</a></div>
    <div class="level3"><span class="xref">CellExpression</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_CellExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellExpression : ReferenceExpression</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellExpression
    Inherits ReferenceExpression</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_CellExpression__ctor_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.CellExpression.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.-ctor.html#FarPoint_CalcEngine_CellExpression__ctor_System_Int32_System_Int32_">CellExpression(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression with a cell reference with absolute coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CellExpression__ctor_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.CalcEngine.CellExpression.#ctor(System.Int32,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.-ctor.html#FarPoint_CalcEngine_CellExpression__ctor_System_Int32_System_Int32_System_Boolean_System_Boolean_">CellExpression(int, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression with a cell reference.</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_CellExpression_Column" data-uid="FarPoint.CalcEngine.CellExpression.Column">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.Column.html#FarPoint_CalcEngine_CellExpression_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CellExpression_ColumnCount" data-uid="FarPoint.CalcEngine.CellExpression.ColumnCount">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.ColumnCount.html#FarPoint_CalcEngine_CellExpression_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns (1 in this implementation).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CellExpression_ColumnRelative" data-uid="FarPoint.CalcEngine.CellExpression.ColumnRelative">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.ColumnRelative.html#FarPoint_CalcEngine_CellExpression_ColumnRelative">ColumnRelative</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the column coordinate is relative.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CellExpression_Row" data-uid="FarPoint.CalcEngine.CellExpression.Row">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.Row.html#FarPoint_CalcEngine_CellExpression_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CellExpression_RowCount" data-uid="FarPoint.CalcEngine.CellExpression.RowCount">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.RowCount.html#FarPoint_CalcEngine_CellExpression_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows (1 in this implementation).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CellExpression_RowRelative" data-uid="FarPoint.CalcEngine.CellExpression.RowRelative">
          <a class="xref" href="FarPoint.CalcEngine.CellExpression.RowRelative.html#FarPoint_CalcEngine_CellExpression_RowRelative">RowRelative</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row coordinate is relative.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
