# GrapeCity.Spreadsheet.DataValidationSuggestionItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_DataValidationSuggestionItem" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem" class="text-break">DataValidationSuggestionItem Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a suggested data for the cell.</p>
</div>
  <div class="markdown level0 conceptual"></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.Spreadsheet.DataValidationSuggestionItem.html">DataValidationSuggestionItem</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct DataValidationSuggestionItem : IEquatable&lt;DataValidationSuggestionItem&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure DataValidationSuggestionItem
    Implements IEquatable(Of DataValidationSuggestionItem)</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_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_GrapeCity_CalcEngine_CalcError_" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.#ctor(System.String,GrapeCity.CalcEngine.CalcError)">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.-ctor.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_GrapeCity_CalcEngine_CalcError_">DataValidationSuggestionItem(string, CalcError)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.html">DataValidationSuggestionItem</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.#ctor(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.-ctor.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_System_Boolean_">DataValidationSuggestionItem(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.html">DataValidationSuggestionItem</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_System_Double_System_Int32_" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.#ctor(System.String,System.Double,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.-ctor.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_System_Double_System_Int32_">DataValidationSuggestionItem(string, double, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.html">DataValidationSuggestionItem</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.#ctor(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.-ctor.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem__ctor_System_String_System_String_">DataValidationSuggestionItem(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.html">DataValidationSuggestionItem</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_NumberFormatID" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.NumberFormatID">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.NumberFormatID.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_NumberFormatID">NumberFormatID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the suggested number format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_Text" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.Text.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted text of the suggested value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_ValueType" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.ValueType">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.ValueType.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_ValueType">ValueType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value type of this <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IPrimitiveValue.html">IPrimitiveValue</a> instance.</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_Spreadsheet_DataValidationSuggestionItem_Equals_GrapeCity_Spreadsheet_DataValidationSuggestionItem_" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.Equals(GrapeCity.Spreadsheet.DataValidationSuggestionItem)">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.Equals.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_Equals_GrapeCity_Spreadsheet_DataValidationSuggestionItem_">Equals(DataValidationSuggestionItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_Equals_System_Object_" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.Equals.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetDate" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetDate">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetDate.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetDate">GetDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetError" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetError">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetError.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetError">GetError()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetHashCode" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetHashCode">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetHashCode.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetLogical" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetLogical">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetLogical.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetLogical">GetLogical()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetNumber" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetNumber">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetNumber.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetNumber">GetNumber()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetText" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetText">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetText.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetText">GetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetTime" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetTime">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.GetTime.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_GetTime">GetTime()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_DataValidationSuggestionItem_ToString" data-uid="GrapeCity.Spreadsheet.DataValidationSuggestionItem.ToString">
          <a class="xref" href="GrapeCity.Spreadsheet.DataValidationSuggestionItem.ToString.html#GrapeCity_Spreadsheet_DataValidationSuggestionItem_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description of this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
