# FarPoint.CalcEngine.CalcArray

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_CalcEngine_CalcArray" data-uid="FarPoint.CalcEngine.CalcArray" class="text-break">CalcArray Class
</h1>
  <div class="markdown level0 summary"><p>Represents an array of constants 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">CalcArray</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_CalcArray_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class CalcArray</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class CalcArray</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_CalcArray__ctor" data-uid="FarPoint.CalcEngine.CalcArray.#ctor">
          <a class="xref" href="FarPoint.CalcEngine.CalcArray.-ctor.html#FarPoint_CalcEngine_CalcArray__ctor">CalcArray()</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_CalcArray_Column" data-uid="FarPoint.CalcEngine.CalcArray.Column">
          <a class="xref" href="FarPoint.CalcEngine.CalcArray.Column.html#FarPoint_CalcEngine_CalcArray_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first column index</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcArray_ColumnCount" data-uid="FarPoint.CalcEngine.CalcArray.ColumnCount">
          <a class="xref" href="FarPoint.CalcEngine.CalcArray.ColumnCount.html#FarPoint_CalcEngine_CalcArray_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcArray_Row" data-uid="FarPoint.CalcEngine.CalcArray.Row">
          <a class="xref" href="FarPoint.CalcEngine.CalcArray.Row.html#FarPoint_CalcEngine_CalcArray_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first row index</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_CalcEngine_CalcArray_RowCount" data-uid="FarPoint.CalcEngine.CalcArray.RowCount">
          <a class="xref" href="FarPoint.CalcEngine.CalcArray.RowCount.html#FarPoint_CalcEngine_CalcArray_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the array.</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_CalcArray_GetValue_System_Int32_System_Int32_" data-uid="FarPoint.CalcEngine.CalcArray.GetValue(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.CalcEngine.CalcArray.GetValue.html#FarPoint_CalcEngine_CalcArray_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 array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
