# GrapeCity.Documents.Excel.PasteType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_PasteType" data-uid="GrapeCity.Documents.Excel.PasteType" class="text-break">PasteType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of paste.</p>
</div>
  <div class="markdown level0 conceptual"></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_PasteType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum PasteType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum PasteType</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_Documents_Excel_PasteType_ColumnWidths">ColumnWidths</td>
        <td><p>Specifies to only paste column widths.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteType_Default">Default</td>
        <td><p>Specifies to paste all data except RowHeights and ColumnWidths.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteType_Formats">Formats</td>
        <td><p>Specifies to only paste formats.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteType_Formulas">Formulas</td>
        <td><p>Specifies to only paste cell formulas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteType_NumberFormats">NumberFormats</td>
        <td><p>Specifies to only paste number formats.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteType_RowHeights">RowHeights</td>
        <td><p>Specifies to only paste row heights.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_PasteType_Values">Values</td>
        <td><p>Specifies to only paste cell values.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
