# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ValueProcessAction

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ValueProcessAction" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ValueProcessAction" class="text-break">ValueProcessAction Enum
</h1>
  <div class="markdown level0 summary"><p>Defines how to process the <span class="xref">GcDateTime.Value</span> or <span class="xref">GcNubmer.Value</span> property when it is invalid.</p>
</div>
  <div class="markdown level0 conceptual"></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_ValueProcessAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ValueProcessAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ValueProcessAction</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>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ValueProcessAction_AdjustToMinMax">AdjustToMinMax</td>
        <td><p>Adjust the value to the valid between the minimum and maximum.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ValueProcessAction_Clear">Clear</td>
        <td><p>Clear the value to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ValueProcessAction_Keep">Keep</td>
        <td><p>Do nothing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ValueProcessAction_Restore">Restore</td>
        <td><p>Restore the backup value to the specified property.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
