# GrapeCity.Documents.Excel.IPane

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPane" data-uid="GrapeCity.Documents.Excel.IPane" class="text-break">IPane Interface
</h1>
  <div class="markdown level0 summary"><p>Worksheet pane.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_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_Documents_Excel_IPane_Index" data-uid="GrapeCity.Documents.Excel.IPane.Index">
          <a class="xref" href="GrapeCity.Documents.Excel.IPane.Index.html#GrapeCity_Documents_Excel_IPane_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that represents the index number of the object within the collection of similar objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPane_ScrollColumn" data-uid="GrapeCity.Documents.Excel.IPane.ScrollColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IPane.ScrollColumn.html#GrapeCity_Documents_Excel_IPane_ScrollColumn">ScrollColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the number of the leftmost column in the pane or worksheet. Read/write <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPane_ScrollRow" data-uid="GrapeCity.Documents.Excel.IPane.ScrollRow">
          <a class="xref" href="GrapeCity.Documents.Excel.IPane.ScrollRow.html#GrapeCity_Documents_Excel_IPane_ScrollRow">ScrollRow</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the number of the row that appears at the top of the pane or worksheet. Read/write <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</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_Documents_Excel_IPane_Activate" data-uid="GrapeCity.Documents.Excel.IPane.Activate">
          <a class="xref" href="GrapeCity.Documents.Excel.IPane.Activate.html#GrapeCity_Documents_Excel_IPane_Activate">Activate()</a>
        </td>
        <td class="markdown level1 summary"><p>Activates the pane.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
