# GrapeCity.Spreadsheet.ManipulationOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_ManipulationOptions" data-uid="GrapeCity.Spreadsheet.ManipulationOptions" class="text-break">ManipulationOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates which data type will be performed.</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_ManipulationOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ManipulationOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ManipulationOptions</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_ManipulationOptions_All">All</td>
        <td><p>Manipulate with all data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_Comments">Comments</td>
        <td><p>Manipulate with comments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_ConditionalFormatting">ConditionalFormatting</td>
        <td><p>Manipulate with conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_Contents">Contents</td>
        <td><p>Manipulate with cell values and formulas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_Formats">Formats</td>
        <td><p>Manipulate with formatting and number formats.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_Formatting">Formatting</td>
        <td><p>Manipulate with formatting. This option includes the <a class="xref" href="GrapeCity.Spreadsheet.ManipulationOptions.html#GrapeCity_Spreadsheet_ManipulationOptions_NumberFormats">NumberFormats</a> option.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_Formulas">Formulas</td>
        <td><p>Manipulate with cell formulas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_NumberFormats">NumberFormats</td>
        <td><p>Manipulate with number formats.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ManipulationOptions_Values">Values</td>
        <td><p>Manipulate with cell values.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
