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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem" class="text-break">IntegerItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the item in which the content is an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</div>
    <div class="level2"><span class="xref">IntegerItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.html">Item</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class IntegerItem : Item&lt;int&gt;, IEquatable&lt;Item&lt;int&gt;&gt;, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class IntegerItem
    Inherits Item(Of Integer)
    Implements IEquatable(Of Item(Of Integer)), INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem__ctor">IntegerItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem__ctor_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.#ctor(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem__ctor_System_Int32_">IntegerItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_CompareValue_System_Int32_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.CompareValue(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.CompareValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_CompareValue_System_Int32_System_Int32_">CompareValue(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare two <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td 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">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_op_Implicit_GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem__System_Int32">implicit operator int(IntegerItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a> to an int.</p>
</td>
      </tr>
      <tr>
        <td 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">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem_op_Implicit_System_Int32__GrapeCity_Wpf_SpreadSheet_CellType_Editors_IntegerItem">implicit operator IntegerItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an int to an <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.html">IntegerItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
