# GrapeCity.Spreadsheet.Drawing.IPicture.Paste

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IPicture_Paste_" data-uid="GrapeCity.Spreadsheet.Drawing.IPicture.Paste*">Paste Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IPicture_Paste_" data-uid="GrapeCity.Spreadsheet.Drawing.IPicture.Paste*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IPicture_Paste_GrapeCity_Drawing_AspectRatio_" data-uid="GrapeCity.Spreadsheet.Drawing.IPicture.Paste(GrapeCity.Drawing.AspectRatio)">Paste(AspectRatio)</h4>
<div class="markdown level1 summary"><p>Replaces the current image with the image from clipboard.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Paste(AspectRatio aspect = AspectRatio.ActualSize)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Paste(Optional aspect As AspectRatio = AspectRatio.ActualSize)</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.Drawing.AspectRatio.html">AspectRatio</a></td>
      <td><span class="parametername">aspect</span></td>
      <td><p>Specifies how to resize the new image. Default value is <a class="xref" href="GrapeCity.Drawing.AspectRatio.html#GrapeCity_Drawing_AspectRatio_ActualSize">ActualSize</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
