# FarPoint.Win.Spread.DragFillBlockCompletedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs" class="text-break">DragFillBlockCompletedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the DragFillBlockCompleted event for the Spread component,
which occurs when the dragging and filling of a range of cells is completed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">DragFillBlockCompletedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DragFillBlockCompletedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DragFillBlockCompletedEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.FillDirection,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.-ctor.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_">DragFillBlockCompletedEventArgs(SpreadView, int, int, int, int, int, FillDirection, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the DragDropBlockCompleted event arguments.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_ColumnBegin" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.ColumnBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.ColumnBegin.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_ColumnBegin">ColumnBegin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the top left cell of the range being used for the fill.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_ColumnEnd" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.ColumnEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.ColumnEnd.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_ColumnEnd">ColumnEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the bottom right cell of the range being used for the fill.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_DataOnly" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.DataOnly">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.DataOnly.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_DataOnly">DataOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether only data is used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_Direction" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.Direction">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.Direction.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the direction of the fill.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_NumberToCopy" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.NumberToCopy">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.NumberToCopy.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_NumberToCopy">NumberToCopy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows or columns being filled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_RowBegin" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.RowBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.RowBegin.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_RowBegin">RowBegin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the top left cell of the range being used for the fill.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_RowEnd" data-uid="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.RowEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.RowEnd.html#FarPoint_Win_Spread_DragFillBlockCompletedEventArgs_RowEnd">RowEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the bottom right cell of the range being used for the fill.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
