# GrapeCity.CalcEngine.CellRelation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_CellRelation" data-uid="GrapeCity.CalcEngine.CellRelation" class="text-break">CellRelation Enum
</h1>
  <div class="markdown level0 summary"><p>Represents types of cell references.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_CellRelation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum CellRelation : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum CellRelation As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_CellRelation_Absolute">Absolute</td>
        <td><p>The cell reference is absolute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CellRelation_ColumnRelative">ColumnRelative</td>
        <td><p>The cell reference is relative to the column of the cell that contains the formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CellRelation_Relative">Relative</td>
        <td><p>The cell reference is relative to the row and column of the cell that contains the formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CellRelation_RowRelative">RowRelative</td>
        <td><p>The cell reference is relative to the row of the cell that contains the formula.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
