# FarPoint.Web.Spread.ConditionalFormattingModelEventType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_ConditionalFormattingModelEventType" data-uid="FarPoint.Web.Spread.ConditionalFormattingModelEventType" class="text-break">ConditionalFormattingModelEventType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of Change event that has occurred for a conditional formatting model for the sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ConditionalFormattingModelEventType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ConditionalFormattingModelEventType</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="FarPoint_Web_Spread_ConditionalFormattingModelEventType_Cleared">Cleared</td>
        <td><p>Indicates that conditional formattings have been cleared</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_ColumnsAdded">ColumnsAdded</td>
        <td><p>Indicates that columns have been added</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_ColumnsRemoved">ColumnsRemoved</td>
        <td><p>Indicates that columns have been removed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_Copied">Copied</td>
        <td><p>Indicates that conditional formattings have been copied</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_ItemAdded">ItemAdded</td>
        <td><p>Indicates that an individual conditional formatting has been added</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_ItemChanged">ItemChanged</td>
        <td><p>Indicates that an individual conditional formatting has been changed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_ItemRemoved">ItemRemoved</td>
        <td><p>Indicates that an individual conditional formatting has been removed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_Moved">Moved</td>
        <td><p>Indicates that conditional formattings have been moved</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_RowsAdded">RowsAdded</td>
        <td><p>Indicates that rows have been added</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_RowsRemoved">RowsRemoved</td>
        <td><p>Indicates that rows have been removed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ConditionalFormattingModelEventType_Swaped">Swaped</td>
        <td><p>Indicates that conditional formattings have been moved</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
