# FarPoint.Win.Spread.UndoRedo.CellDragDropUndoAction.rowInfoSource

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="FarPoint_Win_Spread_UndoRedo_CellDragDropUndoAction_rowInfoSource" data-uid="FarPoint.Win.Spread.UndoRedo.CellDragDropUndoAction.rowInfoSource" class="text-break">rowInfoSource Field
</h1>
<div class="markdown level0 summary"><p>Specifies the row-level contents of source range (before the drag and drop), if copy is false.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.UndoRedo.html">FarPoint.Win.Spread.UndoRedo</a></h6>
<h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
<h5 id="FarPoint_Win_Spread_UndoRedo_CellDragDropUndoAction_rowInfoSource_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected RowClipInfoRange rowInfoSource</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected rowInfoSource As RowClipInfoRange</code></pre>
</div>
<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="FarPoint.Win.Spread.RowClipInfoRange.html">RowClipInfoRange</a></td>
      <td>Specifies the row-level contents of source range (before the drag and drop), if copy is false.</td>
    </tr>
  </tbody>
</table>
</div>
