# FarPoint.Win.Spread.SheetView.ClipboardPaste

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SheetView_ClipboardPaste_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste*">ClipboardPaste Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SheetView_ClipboardPaste_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardPaste" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste">ClipboardPaste()</h4>
<div class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardPaste()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardPaste()</code></pre>
</div>


<a id="FarPoint_Win_Spread_SheetView_ClipboardPaste_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste(FarPoint.Win.Spread.ClipboardPasteOptions)">ClipboardPaste(ClipboardPasteOptions)</h4>
<div class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet according to the specified paste option.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardPaste(ClipboardPasteOptions pasteOption)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions)</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="FarPoint.Win.Spread.ClipboardPasteOptions.html">ClipboardPasteOptions</a></td>
      <td><span class="parametername">pasteOption</span></td>
      <td><p>Clipboard paste option (a setting of the <a class="xref" href="FarPoint.Win.Spread.ClipboardPasteOptions.html">ClipboardPasteOptions</a> enumeration)</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetView_ClipboardPaste_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_System_Windows_Forms_IDataObject_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste(FarPoint.Win.Spread.ClipboardPasteOptions,System.Windows.Forms.IDataObject)">ClipboardPaste(ClipboardPasteOptions, IDataObject)</h4>
<div class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet according to the specified paste option.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardPaste(ClipboardPasteOptions pasteOption, IDataObject data)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions, data As IDataObject)</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="FarPoint.Win.Spread.ClipboardPasteOptions.html">ClipboardPasteOptions</a></td>
      <td><span class="parametername">pasteOption</span></td>
      <td><p>Clipboard paste option (a setting of the <a class="xref" href="FarPoint.Win.Spread.ClipboardPasteOptions.html">ClipboardPasteOptions</a> enumeration)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idataobject">IDataObject</a></td>
      <td><span class="parametername">data</span></td>
      <td><p>IDataObject</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetView_ClipboardPaste_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardPaste_FarPoint_Win_Spread_ClipboardPasteOptions_System_Windows_Forms_IDataObject_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardPaste(FarPoint.Win.Spread.ClipboardPasteOptions,System.Windows.Forms.IDataObject,FarPoint.Win.Spread.Model.CellRange)">ClipboardPaste(ClipboardPasteOptions, IDataObject, CellRange)</h4>
<div class="markdown level1 summary"><p>Pastes the contents from the Clipboard to the sheet according to the specified paste option.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardPaste(ClipboardPasteOptions pasteOption, IDataObject data, CellRange cellRange)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardPaste(pasteOption As ClipboardPasteOptions, data As IDataObject, cellRange As CellRange)</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="FarPoint.Win.Spread.ClipboardPasteOptions.html">ClipboardPasteOptions</a></td>
      <td><span class="parametername">pasteOption</span></td>
      <td><p>Clipboard paste option (a setting of the <a class="xref" href="FarPoint.Win.Spread.ClipboardPasteOptions.html">ClipboardPasteOptions</a> enumeration)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idataobject">IDataObject</a></td>
      <td><span class="parametername">data</span></td>
      <td><p>IDataObject</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.Model.CellRange.html">CellRange</a></td>
      <td><span class="parametername">cellRange</span></td>
      <td><p>Range of cells</p>
</td>
    </tr>
  </tbody>
</table>
</div>
