# GrapeCity.Spreadsheet.IWorksheet.Paste

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IWorksheet_Paste_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Paste*">Paste Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IWorksheet_Paste_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Paste*"></a>
<h4 id="GrapeCity_Spreadsheet_IWorksheet_Paste_GrapeCity_Spreadsheet_IRange_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Paste(GrapeCity.Spreadsheet.IRange,System.Boolean)">Paste(IRange, bool)</h4>
<div class="markdown level1 summary"><p>Pastes the contents of the Clipboard onto the sheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Paste(IRange destination = null, bool link = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Paste(Optional destination As IRange = Nothing, Optional link As Boolean = False)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a></td>
      <td><span class="parametername">destination</span></td>
      <td><p>An <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">link</span></td>
      <td><p><code>true</code> to establish a link to the source of the pasted data.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_IWorksheet_Paste_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Paste*"></a>
<h4 id="GrapeCity_Spreadsheet_IWorksheet_Paste_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.IWorksheet.Paste(System.String,System.Boolean)">Paste(string, bool)</h4>
<div class="markdown level1 summary"><p>Pastes the contents of the Clipboard onto the sheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Paste(string destination, bool link = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Paste(destination As String, Optional link As Boolean = False)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">destination</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">link</span></td>
      <td><p><code>true</code> to establish a link to the source of the pasted data.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
