# GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_op_Implicit_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_op_Implicit_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_op_Implicit_System_Int32__GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit(System.Int32)~GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem">implicit operator IntegerItem(int)</h4>
<div class="markdown level1 summary"><p>Converts an int to an <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</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 IntegerItem(int value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As Integer) As IntegerItem</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value.</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.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a></td>
      <td><p>An <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a> that represents the converted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_op_Implicit_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_op_Implicit_GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem__System_Int32" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit(GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem)~System.Int32">implicit operator int(IntegerItem)</h4>
<div class="markdown level1 summary"><p>Converts an <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a> to an int.</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 int(IntegerItem value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As IntegerItem) As Integer</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.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>An <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a> object.</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that represents the converted <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
