# GrapeCity.Spreadsheet.Reference.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Reference_op_Implicit_" data-uid="GrapeCity.Spreadsheet.Reference.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Reference_op_Implicit_" data-uid="GrapeCity.Spreadsheet.Reference.op_Implicit*"></a>
<h4 id="GrapeCity_Spreadsheet_Reference_op_Implicit_GrapeCity_Spreadsheet_Reference__GrapeCity_CalcEngine_RangeReference" data-uid="GrapeCity.Spreadsheet.Reference.op_Implicit(GrapeCity.Spreadsheet.Reference)~GrapeCity.CalcEngine.RangeReference">implicit operator RangeReference(Reference)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a> to <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.RangeReference.html">RangeReference</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator RangeReference(Reference reference)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(reference As Reference) As RangeReference</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a></td>
      <td><span class="parametername">reference</span></td>
      <td><p>The reference.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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.CalcEngine/GrapeCity.CalcEngine.RangeReference.html">RangeReference</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_Reference_op_Implicit_" data-uid="GrapeCity.Spreadsheet.Reference.op_Implicit*"></a>
<h4 id="GrapeCity_Spreadsheet_Reference_op_Implicit_GrapeCity_CalcEngine_RangeReference__GrapeCity_Spreadsheet_Reference" data-uid="GrapeCity.Spreadsheet.Reference.op_Implicit(GrapeCity.CalcEngine.RangeReference)~GrapeCity.Spreadsheet.Reference">implicit operator Reference(RangeReference)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.RangeReference.html">RangeReference</a> to <a class="xref" href="GrapeCity.Spreadsheet.Reference.html">Reference</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator Reference(RangeReference reference)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(reference As RangeReference) As Reference</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.RangeReference.html">RangeReference</a></td>
      <td><span class="parametername">reference</span></td>
      <td><p>The reference.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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.Reference.html">Reference</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
