# GrapeCity.Spreadsheet.CalculationEngine.ReferenceStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_CalculationEngine_ReferenceStyle_" data-uid="GrapeCity.Spreadsheet.CalculationEngine.ReferenceStyle*">ReferenceStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_CalculationEngine_ReferenceStyle_" data-uid="GrapeCity.Spreadsheet.CalculationEngine.ReferenceStyle*"></a>
<h4 id="GrapeCity_Spreadsheet_CalculationEngine_ReferenceStyle" data-uid="GrapeCity.Spreadsheet.CalculationEngine.ReferenceStyle">ReferenceStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets <a class="xref" href="GrapeCity.Spreadsheet.CalculationEngine.ReferenceStyle.html#GrapeCity_Spreadsheet_CalculationEngine_ReferenceStyle">ReferenceStyle</a> value which specifies whether to use A1 style or R1C1 style in cell and range references.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReferenceStyle ReferenceStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ReferenceStyle As ReferenceStyle</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.ReferenceStyle.html">ReferenceStyle</a></td>
      <td><p>The default value is <a class="xref" href="GrapeCity.Spreadsheet.ReferenceStyle.html#GrapeCity_Spreadsheet_ReferenceStyle_A1">A1</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
