# GrapeCity.Spreadsheet.IPane

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IPane" data-uid="GrapeCity.Spreadsheet.IPane" class="text-break">IPane Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a pane of the worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IPane_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPane</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPane</code></pre>
  </div>
  <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="GrapeCity_Spreadsheet_IPane_Index" data-uid="GrapeCity.Spreadsheet.IPane.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.IPane.Index.html#GrapeCity_Spreadsheet_IPane_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the index number of pane within the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IPane_ScrollColumn" data-uid="GrapeCity.Spreadsheet.IPane.ScrollColumn">
          <a class="xref" href="GrapeCity.Spreadsheet.IPane.ScrollColumn.html#GrapeCity_Spreadsheet_IPane_ScrollColumn">ScrollColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of the left most column in the pane.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IPane_ScrollRow" data-uid="GrapeCity.Spreadsheet.IPane.ScrollRow">
          <a class="xref" href="GrapeCity.Spreadsheet.IPane.ScrollRow.html#GrapeCity_Spreadsheet_IPane_ScrollRow">ScrollRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of the row that appears at the top of the pane.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IPane_Activate" data-uid="GrapeCity.Spreadsheet.IPane.Activate">
          <a class="xref" href="GrapeCity.Spreadsheet.IPane.Activate.html#GrapeCity_Spreadsheet_IPane_Activate">Activate()</a>
        </td>
        <td class="markdown level1 summary"><p>Activates the pane.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IPane_LargeScroll_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IPane.LargeScroll(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IPane.LargeScroll.html#GrapeCity_Spreadsheet_IPane_LargeScroll_System_Int32_System_Int32_">LargeScroll(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the contents of the pane by pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IPane_ScrollIntoView_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IPane.ScrollIntoView(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IPane.ScrollIntoView.html#GrapeCity_Spreadsheet_IPane_ScrollIntoView_System_Int32_System_Int32_System_Int32_System_Int32_">ScrollIntoView(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the document so that the contents of a specified rectangular area are displayed in the upper-left corner of the pane.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IPane_SmallScroll_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IPane.SmallScroll(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IPane.SmallScroll.html#GrapeCity_Spreadsheet_IPane_SmallScroll_System_Int32_System_Int32_">SmallScroll(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the contents of the pane by rows or columns.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
