# FarPoint.Win.Spread.SheetAutoScrollingEventArg

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_SheetAutoScrollingEventArg" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg" class="text-break">SheetAutoScrollingEventArg Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the SheetAutoScrolling event for the Spread component.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">SheetAutoScrollingEventArg</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_SheetAutoScrollingEventArg_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SheetAutoScrollingEventArg : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SheetAutoScrollingEventArg
    Inherits CancelEventArgs</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_SheetAutoScrollingEventArg__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.SheetAutoScrollingEventArg.-ctor.html#FarPoint_Win_Spread_SheetAutoScrollingEventArg__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">SheetAutoScrollingEventArg(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"></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_SheetAutoScrollingEventArg_ColumnViewportIndex" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg.ColumnViewportIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetAutoScrollingEventArg.ColumnViewportIndex.html#FarPoint_Win_Spread_SheetAutoScrollingEventArg_ColumnViewportIndex">ColumnViewportIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column viewport index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetAutoScrollingEventArg_LefColumn" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg.LefColumn">
          <a class="xref" href="FarPoint.Win.Spread.SheetAutoScrollingEventArg.LefColumn.html#FarPoint_Win_Spread_SheetAutoScrollingEventArg_LefColumn">LefColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the left column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetAutoScrollingEventArg_NewLefColumn" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg.NewLefColumn">
          <a class="xref" href="FarPoint.Win.Spread.SheetAutoScrollingEventArg.NewLefColumn.html#FarPoint_Win_Spread_SheetAutoScrollingEventArg_NewLefColumn">NewLefColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets new left column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetAutoScrollingEventArg_NewTopRow" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg.NewTopRow">
          <a class="xref" href="FarPoint.Win.Spread.SheetAutoScrollingEventArg.NewTopRow.html#FarPoint_Win_Spread_SheetAutoScrollingEventArg_NewTopRow">NewTopRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new top row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetAutoScrollingEventArg_RowViewportIndex" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg.RowViewportIndex">
          <a class="xref" href="FarPoint.Win.Spread.SheetAutoScrollingEventArg.RowViewportIndex.html#FarPoint_Win_Spread_SheetAutoScrollingEventArg_RowViewportIndex">RowViewportIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row viewport index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_SheetAutoScrollingEventArg_TopRow" data-uid="FarPoint.Win.Spread.SheetAutoScrollingEventArg.TopRow">
          <a class="xref" href="FarPoint.Win.Spread.SheetAutoScrollingEventArg.TopRow.html#FarPoint_Win_Spread_SheetAutoScrollingEventArg_TopRow">TopRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top row.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
