# GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem" class="text-break">StringItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the item in which the content is a string.</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.string">string</a>&gt;</div>
    <div class="level2"><span class="xref">StringItem</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.string">string</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_StringItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class StringItem : Item&lt;string&gt;, IEquatable&lt;Item&lt;string&gt;&gt;, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class StringItem
    Inherits Item(Of String)
    Implements IEquatable(Of Item(Of String)), 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_StringItem__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem__ctor">StringItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.html">StringItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem__ctor_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem__ctor_System_String_">StringItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.html">StringItem</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_StringItem_CompareValue_System_String_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.CompareValue(System.String,System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.CompareValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem_CompareValue_System_String_System_String_">CompareValue(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare two values of string.</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_StringItem_op_Implicit_GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem__System_String" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.op_Implicit(GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem)~System.String">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.op_Implicit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem_op_Implicit_GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem__System_String">implicit operator string(StringItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.html">StringItem</a> to a string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem_op_Implicit_System_String__GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.op_Implicit(System.String)~GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.op_Implicit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem_op_Implicit_System_String__GrapeCity_Wpf_SpreadSheet_CellType_Editors_StringItem">implicit operator StringItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.html">StringItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
