# GrapeCity.Documents.Excel.PasteOption

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_PasteOption" data-uid="GrapeCity.Documents.Excel.PasteOption" class="text-break">PasteOption Class
</h1>
  <div class="markdown level0 summary"><p>Wraps all optional parameters in
<a class="xref" href="GrapeCity.Documents.Excel.IRange.Copy.html#GrapeCity_Documents_Excel_IRange_Copy_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_PasteOption_">Copy(IRange, PasteOption)</a> .</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">PasteOption</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_PasteOption_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PasteOption</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PasteOption</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteOption__ctor" data-uid="GrapeCity.Documents.Excel.PasteOption.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.PasteOption.-ctor.html#GrapeCity_Documents_Excel_PasteOption__ctor">PasteOption()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Documents_Excel_PasteOption_AllowPasteHiddenRange" data-uid="GrapeCity.Documents.Excel.PasteOption.AllowPasteHiddenRange">
          <a class="xref" href="GrapeCity.Documents.Excel.PasteOption.AllowPasteHiddenRange.html#GrapeCity_Documents_Excel_PasteOption_AllowPasteHiddenRange">AllowPasteHiddenRange</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to copy the hidden range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteOption_PasteType" data-uid="GrapeCity.Documents.Excel.PasteOption.PasteType">
          <a class="xref" href="GrapeCity.Documents.Excel.PasteOption.PasteType.html#GrapeCity_Documents_Excel_PasteOption_PasteType">PasteType</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the type of paste.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
