# FarPoint.Win.Spread.Model.ReferenceStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Model_ReferenceStyle" data-uid="FarPoint.Win.Spread.Model.ReferenceStyle" class="text-break">ReferenceStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the reference style in formulas and custom names in the sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_ReferenceStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ReferenceStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ReferenceStyle</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="FarPoint_Win_Spread_Model_ReferenceStyle_A1">A1</td>
        <td><p>Uses letters and numbers for column and row coordinates;
uses dollar sign ($) for absolute coordinates</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_ReferenceStyle_R1C1">R1C1</td>
        <td><p>Uses &quot;R&quot; and number for row, &quot;C&quot; and number for column coordinates;
uses brackets [ ] for relative coordinates</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
