# GrapeCity.Spreadsheet.UI.StateType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_UI_StateType" data-uid="GrapeCity.Spreadsheet.UI.StateType" class="text-break">StateType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the type of state change.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.UI.html">GrapeCity.Spreadsheet.UI</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_UI_StateType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum StateType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum StateType</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_Spreadsheet_UI_StateType_Any">Any</td>
        <td><p>All states are changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_Cell">Cell</td>
        <td><p>Cell's state is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_Chart">Chart</td>
        <td><p>Chart's settings are changed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_DrawingObject">DrawingObject</td>
        <td><p>DrawingObject's state is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_PivotTable">PivotTable</td>
        <td><p>PivotTable's settings are changed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_Shape">Shape</td>
        <td><p>Shape's state is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_System">System</td>
        <td><p>System settings are changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_Table">Table</td>
        <td><p>Table's settings are changed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_User">User</td>
        <td><p>State is changed because of user's interaction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_Workbook">Workbook</td>
        <td><p>Workbook's settings are changed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_UI_StateType_Worksheet">Worksheet</td>
        <td><p>Worksheet's settings are changed</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
