# FarPoint.Win.Spread.SheetView.ClipboardCopy

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SheetView_ClipboardCopy_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy*">ClipboardCopy Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SheetView_ClipboardCopy_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardCopy" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy">ClipboardCopy()</h4>
<div class="markdown level1 summary"><p>Copies the contents from the sheet to 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 ClipboardCopy()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardCopy()</code></pre>
</div>


<a id="FarPoint_Win_Spread_SheetView_ClipboardCopy_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy(FarPoint.Win.Spread.ClipboardCopyOptions)">ClipboardCopy(ClipboardCopyOptions)</h4>
<div class="markdown level1 summary"><p>Copies the contents from the sheet to the Clipboard using the specified ClipboardCopyOptions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardCopy(ClipboardCopyOptions copyOptions)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardCopy(copyOptions As ClipboardCopyOptions)</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.ClipboardCopyOptions.html">ClipboardCopyOptions</a></td>
      <td><span class="parametername">copyOptions</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetView_ClipboardCopy_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy(FarPoint.Win.Spread.Model.CellRange)">ClipboardCopy(CellRange)</h4>
<div class="markdown level1 summary"><p>Copies the contents from the specified CellRange in the sheet to 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 ClipboardCopy(CellRange cellRange)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardCopy(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.Model.CellRange.html">CellRange</a></td>
      <td><span class="parametername">cellRange</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetView_ClipboardCopy_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_ClipboardCopy_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.ClipboardCopy(FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.ClipboardCopyOptions)">ClipboardCopy(CellRange, ClipboardCopyOptions)</h4>
<div class="markdown level1 summary"><p>Copies the contents from the specified CellRange in the sheet to the Clipboard using the specified ClipboardCopyOptions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ClipboardCopy(CellRange cellRange, ClipboardCopyOptions copyOptions)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ClipboardCopy(cellRange As CellRange, copyOptions As ClipboardCopyOptions)</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.Model.CellRange.html">CellRange</a></td>
      <td><span class="parametername">cellRange</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ClipboardCopyOptions.html">ClipboardCopyOptions</a></td>
      <td><span class="parametername">copyOptions</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
