# GrapeCity.Spreadsheet.Behaviors

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Behaviors" data-uid="GrapeCity.Spreadsheet.Behaviors" class="text-break">Behaviors Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the behaviors of operations.</p>
</div>
  <div class="markdown level0 conceptual"></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_Behaviors_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum Behaviors : long</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum Behaviors As Long</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_Behaviors_ContainsAtLeastOneWorksheet">ContainsAtLeastOneWorksheet</td>
        <td><p>Indicating whether the workbook must contains at least one worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Behaviors_Default">Default</td>
        <td><p>Indicating the default behaviors.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Behaviors_FilterFrozenRows">FilterFrozenRows</td>
        <td><p>Indicating whether frozen rows should be included in the filter operation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Behaviors_KeepFormulaOnSetValue">KeepFormulaOnSetValue</td>
        <td><p>Indicating whether set value to cell cause the formula to be clear.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Behaviors_None">None</td>
        <td><p>Indicating all behaviors are excluded.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Behaviors_ReportAllCellValueChanges">ReportAllCellValueChanges</td>
        <td><p>Indicating whether all cell value changes will be notified via <a class="xref" href="GrapeCity.Spreadsheet.IWorkbookSet.CellValueChanged.html">CellValueChanged</a> event but not only cell formula value changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Behaviors_SortFrozenRows">SortFrozenRows</td>
        <td><p>Indicating whether frozen rows should be included in the sort operation.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
