# GrapeCity.Spreadsheet.CellReference.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_CellReference_op_Implicit_" data-uid="GrapeCity.Spreadsheet.CellReference.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_CellReference_op_Implicit_" data-uid="GrapeCity.Spreadsheet.CellReference.op_Implicit*"></a>
<h4 id="GrapeCity_Spreadsheet_CellReference_op_Implicit_GrapeCity_Spreadsheet_CellReference__GrapeCity_CalcEngine_CellReference" data-uid="GrapeCity.Spreadsheet.CellReference.op_Implicit(GrapeCity.Spreadsheet.CellReference)~GrapeCity.CalcEngine.CellReference">implicit operator CellReference(CellReference)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.Spreadsheet.CellReference.html">CellReference</a> to <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CellReference.html">CellReference</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 CellReference(CellReference reference)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(reference As CellReference) As CellReference</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.CellReference.html">CellReference</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.CellReference.html">CellReference</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_CellReference_op_Implicit_" data-uid="GrapeCity.Spreadsheet.CellReference.op_Implicit*"></a>
<h4 id="GrapeCity_Spreadsheet_CellReference_op_Implicit_GrapeCity_CalcEngine_CellReference__GrapeCity_Spreadsheet_CellReference" data-uid="GrapeCity.Spreadsheet.CellReference.op_Implicit(GrapeCity.CalcEngine.CellReference)~GrapeCity.Spreadsheet.CellReference">implicit operator CellReference(CellReference)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CellReference.html">CellReference</a> to <a class="xref" href="GrapeCity.Spreadsheet.CellReference.html">CellReference</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 CellReference(CellReference reference)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(reference As CellReference) As CellReference</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.CellReference.html">CellReference</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.CellReference.html">CellReference</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
