# GrapeCity.Spreadsheet.IPane.SmallScroll

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IPane_SmallScroll_" data-uid="GrapeCity.Spreadsheet.IPane.SmallScroll*">SmallScroll Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IPane_SmallScroll_" data-uid="GrapeCity.Spreadsheet.IPane.SmallScroll*"></a>
<h4 id="GrapeCity_Spreadsheet_IPane_SmallScroll_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IPane.SmallScroll(System.Int32,System.Int32)">SmallScroll(int, int)</h4>
<div class="markdown level1 summary"><p>Scrolls the contents of the pane by rows or columns.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void SmallScroll(int horizontal, int vertical)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub SmallScroll(horizontal As Integer, vertical As Integer)</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.int32">int</a></td>
      <td><span class="parametername">horizontal</span></td>
      <td><p>The number of columns to scroll the contents. Positive value to scroll to the right. Negative value to scroll to the left.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">vertical</span></td>
      <td><p>The number of rows to scroll the contents. Positive value to scroll down. Negative value to scroll up.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
