# GrapeCity.Documents.Excel.CalcReference

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CalcReference" data-uid="GrapeCity.Documents.Excel.CalcReference" class="text-break">CalcReference Class
</h1>
  <div class="markdown level0 summary"><p>Represents an area in a spreadsheet.</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="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_CalcReference_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalcReference</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalcReference</code></pre>
  </div>
  <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="GrapeCity_Documents_Excel_CalcReference_Is3DReference" data-uid="GrapeCity.Documents.Excel.CalcReference.Is3DReference">
          <a class="xref" href="GrapeCity.Documents.Excel.CalcReference.Is3DReference.html#GrapeCity_Documents_Excel_CalcReference_Is3DReference">Is3DReference</a>
        </td>
        <td class="markdown level1 summary"><p>If the reference is 3d reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcReference_IsExternalReference" data-uid="GrapeCity.Documents.Excel.CalcReference.IsExternalReference">
          <a class="xref" href="GrapeCity.Documents.Excel.CalcReference.IsExternalReference.html#GrapeCity_Documents_Excel_CalcReference_IsExternalReference">IsExternalReference</a>
        </td>
        <td class="markdown level1 summary"><p>If the reference is in other workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcReference_RangeCount" data-uid="GrapeCity.Documents.Excel.CalcReference.RangeCount">
          <a class="xref" href="GrapeCity.Documents.Excel.CalcReference.RangeCount.html#GrapeCity_Documents_Excel_CalcReference_RangeCount">RangeCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of the ranges in current area.</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="GrapeCity_Documents_Excel_CalcReference_GetRanges" data-uid="GrapeCity.Documents.Excel.CalcReference.GetRanges">
          <a class="xref" href="GrapeCity.Documents.Excel.CalcReference.GetRanges.html#GrapeCity_Documents_Excel_CalcReference_GetRanges">GetRanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the all <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CalcReference_GetValues" data-uid="GrapeCity.Documents.Excel.CalcReference.GetValues">
          <a class="xref" href="GrapeCity.Documents.Excel.CalcReference.GetValues.html#GrapeCity_Documents_Excel_CalcReference_GetValues">GetValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the values of all ranges.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
