# FarPoint.CalcEngine.CalcReference

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_CalcEngine_CalcReference" data-uid="FarPoint.CalcEngine.CalcReference" class="text-break">CalcReference Class
</h1>
  <div class="markdown level0 summary"><p>Represents a cell or range reference during the evaluation of
a formula.</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"><span class="xref">CalcReference</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_CalcReference_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class CalcReference</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class CalcReference</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_CalcReference__ctor" data-uid="FarPoint.CalcEngine.CalcReference.#ctor">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.-ctor.html#FarPoint_CalcEngine_CalcReference__ctor">CalcReference()</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_CalcReference_Column" data-uid="FarPoint.CalcEngine.CalcReference.Column">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.Column.html#FarPoint_CalcEngine_CalcReference_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the first column in the cell or range reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcReference_ColumnCount" data-uid="FarPoint.CalcEngine.CalcReference.ColumnCount">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.ColumnCount.html#FarPoint_CalcEngine_CalcReference_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the cell or range reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcReference_Row" data-uid="FarPoint.CalcEngine.CalcReference.Row">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.Row.html#FarPoint_CalcEngine_CalcReference_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the first row in the cell or range reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcReference_RowCount" data-uid="FarPoint.CalcEngine.CalcReference.RowCount">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.RowCount.html#FarPoint_CalcEngine_CalcReference_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the cell or range reference.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_CalcEngine_CalcReference_GetRowVisibles" data-uid="FarPoint.CalcEngine.CalcReference.GetRowVisibles">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.GetRowVisibles.html#FarPoint_CalcEngine_CalcReference_GetRowVisibles">GetRowVisibles()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of boolean values that specifies visible state of rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcReference_GetSource" data-uid="FarPoint.CalcEngine.CalcReference.GetSource">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.GetSource.html#FarPoint_CalcEngine_CalcReference_GetSource">GetSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a CalcReference to the entire sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcReference_GetValue_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.CalcReference.GetValue(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.GetValue.html#FarPoint_CalcEngine_CalcReference_GetValue_System_Int32_System_Int32_">GetValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value at the specified position in the cell or range reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcReference_IsSubtotal_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.CalcReference.IsSubtotal(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.CalcEngine.CalcReference.IsSubtotal.html#FarPoint_CalcEngine_CalcReference_IsSubtotal_System_Int32_System_Int32_">IsSubtotal(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the value at the specified position is a subtotal.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
