# FarPoint.Win.Spread.DragFillBlockEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DragFillBlockEventArgs" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs" class="text-break">DragFillBlockEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the DragFillBlock event for the Spread component,
which occurs when the range of cells is being dragged and filled.</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">DragFillBlockEventArgs</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_DragFillBlockEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DragFillBlockEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DragFillBlockEventArgs
    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_DragFillBlockEventArgs__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.DragFillBlockEventArgs.#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.DragFillBlockEventArgs.-ctor.html#FarPoint_Win_Spread_DragFillBlockEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_">DragFillBlockEventArgs(SpreadView, int, int, int, int, int, FillDirection, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the DragFillBlock event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.FillDirection,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.-ctor.html#FarPoint_Win_Spread_DragFillBlockEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_FillDirection_System_Boolean_System_Boolean_">DragFillBlockEventArgs(SpreadView, int, int, int, int, int, FillDirection, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the DragFillBlock 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_DragFillBlockEventArgs_Cancel" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.Cancel">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.Cancel.html#FarPoint_Win_Spread_DragFillBlockEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to cancel the fill.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockEventArgs_ColumnBegin" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.ColumnBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.ColumnBegin.html#FarPoint_Win_Spread_DragFillBlockEventArgs_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_DragFillBlockEventArgs_ColumnEnd" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.ColumnEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.ColumnEnd.html#FarPoint_Win_Spread_DragFillBlockEventArgs_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_DragFillBlockEventArgs_DataOnly" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.DataOnly">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.DataOnly.html#FarPoint_Win_Spread_DragFillBlockEventArgs_DataOnly">DataOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data only flag.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DragFillBlockEventArgs_Direction" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.Direction">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.Direction.html#FarPoint_Win_Spread_DragFillBlockEventArgs_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_DragFillBlockEventArgs_NumberToCopy" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.NumberToCopy">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.NumberToCopy.html#FarPoint_Win_Spread_DragFillBlockEventArgs_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_DragFillBlockEventArgs_RowBegin" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.RowBegin">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.RowBegin.html#FarPoint_Win_Spread_DragFillBlockEventArgs_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_DragFillBlockEventArgs_RowEnd" data-uid="FarPoint.Win.Spread.DragFillBlockEventArgs.RowEnd">
          <a class="xref" href="FarPoint.Win.Spread.DragFillBlockEventArgs.RowEnd.html#FarPoint_Win_Spread_DragFillBlockEventArgs_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>
