# GrapeCity.Wpf.SpreadSheet.CellType.EditingData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData" class="text-break">EditingData Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the editing data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.html">GrapeCity.Wpf.SpreadSheet.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct EditingData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure EditingData</code></pre>
  </div>
  <h3 id="fields">Fields
</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_EditingData_Empty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Empty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default value for editing data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_Error" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Error">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Error.html">Error</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.html">EditingData</a> value which represents an error editing.</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_Wpf_SpreadSheet_CellType_EditingData_Formula" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Formula">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Formula.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the editing formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_IsError" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.IsError">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.IsError.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_IsError">IsError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether this value represents an error editing value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_Message" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Message">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Message.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gest a string value indicating the message to display.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_NumberFormatId" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.NumberFormatId">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.NumberFormatId.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_NumberFormatId">NumberFormatId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an integer value indicating the number format ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_Value" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the editing value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_WrapText" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.WrapText">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.WrapText.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_WrapText">WrapText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating the wrap text state of the editing cell.</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_EditingData_FromFormula_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.FromFormula(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.FromFormula.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_FromFormula_System_String_">FromFormula(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.html">EditingData</a> value which represents an inputted formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditingData_FromValue_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.FromValue(System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.FromValue.html#GrapeCity_Wpf_SpreadSheet_CellType_EditingData_FromValue_System_Object_">FromValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.EditingData.html">EditingData</a> value which represents an inputted value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
