# FarPoint.CalcEngine.ExternalRangeExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_CalcEngine_ExternalRangeExpression" data-uid="FarPoint.CalcEngine.ExternalRangeExpression" class="text-break">ExternalRangeExpression Class
</h1>
  <div class="markdown level0 summary"><p>Represents an expression with an external range 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.ExternalReferenceExpression.html">ExternalReferenceExpression</a></div>
    <div class="level3"><span class="xref">ExternalRangeExpression</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_ExternalRangeExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExternalRangeExpression : ExternalReferenceExpression</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExternalRangeExpression
    Inherits ExternalReferenceExpression</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_ExternalRangeExpression__ctor_System_Object_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.#ctor(System.Object,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.-ctor.html#FarPoint_CalcEngine_ExternalRangeExpression__ctor_System_Object_System_Int32_System_Int32_System_Int32_System_Int32_">ExternalRangeExpression(object, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression with an external range reference with absolute coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ExternalRangeExpression__ctor_System_Object_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.#ctor(System.Object,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.-ctor.html#FarPoint_CalcEngine_ExternalRangeExpression__ctor_System_Object_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_">ExternalRangeExpression(object, int, int, int, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new expression representing an external range 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_ExternalRangeExpression_Column" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.Column">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.Column.html#FarPoint_CalcEngine_ExternalRangeExpression_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the starting column coordinate of the range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ExternalRangeExpression_ColumnCount" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.ColumnCount">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.ColumnCount.html#FarPoint_CalcEngine_ExternalRangeExpression_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ExternalRangeExpression_ColumnRelative" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.ColumnRelative">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.ColumnRelative.html#FarPoint_CalcEngine_ExternalRangeExpression_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_ExternalRangeExpression_Row" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.Row">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.Row.html#FarPoint_CalcEngine_ExternalRangeExpression_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the starting row coordinate of the range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ExternalRangeExpression_RowCount" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.RowCount">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.RowCount.html#FarPoint_CalcEngine_ExternalRangeExpression_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ExternalRangeExpression_RowRelative" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.RowRelative">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.RowRelative.html#FarPoint_CalcEngine_ExternalRangeExpression_RowRelative">RowRelative</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row coordinates are relative.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_ExternalRangeExpression_Source" data-uid="FarPoint.CalcEngine.ExternalRangeExpression.Source">
          <a class="xref" href="FarPoint.CalcEngine.ExternalRangeExpression.Source.html#FarPoint_CalcEngine_ExternalRangeExpression_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source of the range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
