# FarPoint.Win.Spread.SheetView.ClipboardPasteShape

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SheetView_ClipboardPasteShape_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPasteShape*">ClipboardPasteShape Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SheetView_ClipboardPasteShape_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPasteShape*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardPasteShape" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPasteShape">ClipboardPasteShape()</h4>
<div class="markdown level1 summary"><p>Pastes the shape from the Clipboard.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardPasteShape()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardPasteShape()</code></pre>
</div>


<a id="FarPoint_Win_Spread_SheetView_ClipboardPasteShape_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPasteShape*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardPasteShape_FarPoint_Win_Spread_ShapeClipboardObject_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPasteShape(FarPoint.Win.Spread.ShapeClipboardObject)">ClipboardPasteShape(ShapeClipboardObject)</h4>
<div class="markdown level1 summary"><p>Pastes the shape from the Clipboard with the specified shape information.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardPasteShape(ShapeClipboardObject shapeInfo)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardPasteShape(shapeInfo As ShapeClipboardObject)</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><span class="xref">ShapeClipboardObject</span></td>
      <td><span class="parametername">shapeInfo</span></td>
      <td><p>Shape with placement information</p>
</td>
    </tr>
  </tbody>
</table>
</div>
