# GrapeCity.Spreadsheet.Features

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Features" data-uid="GrapeCity.Spreadsheet.Features" class="text-break">Features Class
</h1>
  <div class="markdown level0 summary"><p>Represents all customizable features of Spread.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Features</span></div>
  </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_Features_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Features</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class Features</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Features_AutoFormatting" data-uid="GrapeCity.Spreadsheet.Features.AutoFormatting">
          <a class="xref" href="GrapeCity.Spreadsheet.Features.AutoFormatting.html#GrapeCity_Spreadsheet_Features_AutoFormatting">AutoFormatting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether format the cell by the auto-detected number format from the input formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Features_CopySkipInvisibleRange" data-uid="GrapeCity.Spreadsheet.Features.CopySkipInvisibleRange">
          <a class="xref" href="GrapeCity.Spreadsheet.Features.CopySkipInvisibleRange.html#GrapeCity_Spreadsheet_Features_CopySkipInvisibleRange">CopySkipInvisibleRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether hidden cells will be skipped on copying.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Features_PasteSkipInvisibleRange" data-uid="GrapeCity.Spreadsheet.Features.PasteSkipInvisibleRange">
          <a class="xref" href="GrapeCity.Spreadsheet.Features.PasteSkipInvisibleRange.html#GrapeCity_Spreadsheet_Features_PasteSkipInvisibleRange">PasteSkipInvisibleRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether hidden cells will be skipped on pasting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Features_PastingExceededValues" data-uid="GrapeCity.Spreadsheet.Features.PastingExceededValues">
          <a class="xref" href="GrapeCity.Spreadsheet.Features.PastingExceededValues.html#GrapeCity_Spreadsheet_Features_PastingExceededValues">PastingExceededValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the values that exceed the allowed limit during paste operations.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Features_StyleRangeStrict" data-uid="GrapeCity.Spreadsheet.Features.StyleRangeStrict">
          <a class="xref" href="GrapeCity.Spreadsheet.Features.StyleRangeStrict.html#GrapeCity_Spreadsheet_Features_StyleRangeStrict">StyleRangeStrict</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the style range is optimized before stored.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
