# GrapeCity.Documents.Excel.ReferenceStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_ReferenceStyle" data-uid="GrapeCity.Documents.Excel.ReferenceStyle" class="text-break">ReferenceStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether to use A1 style or R1C1 style for cell references.</p>
</div>
  <div class="markdown level0 conceptual"></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_ReferenceStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ReferenceStyle : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ReferenceStyle As Short</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_Documents_Excel_ReferenceStyle_A1">A1</td>
        <td><p>Specifies to use A1 style. Absolute references are written as $A$1 and relative references are written as A1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ReferenceStyle_R1C1">R1C1</td>
        <td><p>Specifies to use R1C1 style. Absolute references are written as R1C1. Relative references are written as R[y]C[x] with y being the relative row offset and x being the relative column offset.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
