# FarPoint.Win.Spread.SheetView.GetClipDataObject

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SheetView_GetClipDataObject_" data-uid="FarPoint.Win.Spread.SheetView.GetClipDataObject*">GetClipDataObject Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SheetView_GetClipDataObject_" data-uid="FarPoint.Win.Spread.SheetView.GetClipDataObject*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_GetClipDataObject_System_Boolean_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.SheetView.GetClipDataObject(System.Boolean,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.ClipboardCopyOptions)">GetClipDataObject(bool, CellRange, ClipboardCopyOptions)</h4>
<div class="markdown level1 summary"><p>Gets a data object with the necessary formats for Clipboard usage:
CellInfoRange, ColumnInfoRange, and RowInfoRange.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DataObject GetClipDataObject(bool fromCutting, CellRange cellRange, ClipboardCopyOptions copyOptions)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetClipDataObject(fromCutting As Boolean, cellRange As CellRange, copyOptions As ClipboardCopyOptions) As DataObject</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.boolean">bool</a></td>
      <td><span class="parametername">fromCutting</span></td>
      <td><p>Whether from cutting</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>Cell range</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ClipboardCopyOptions.html">ClipboardCopyOptions</a></td>
      <td><span class="parametername">copyOptions</span></td>
      <td><p>ClipboardCopyOptions</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.dataobject">DataObject</a></td>
      <td><p>DataObject</p>
</td>
    </tr>
  </tbody>
</table>
</div>
