# GrapeCity.Documents.Excel.Forms.IScrollBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IScrollBar" data-uid="GrapeCity.Documents.Excel.Forms.IScrollBar" class="text-break">IScrollBar Interface
</h1>
  <div class="markdown level0 summary"><p>The scrollbar control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_IScrollBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IScrollBar : IControl&lt;IScrollBar&gt;, IRangeBase, ICellLinkControl&lt;int&gt;, ICellLinkControl, IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IScrollBar
    Inherits IControl(Of IScrollBar), IRangeBase, ICellLinkControl(Of Integer), ICellLinkControl, IControl</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_Forms_IScrollBar_LargeChange" data-uid="GrapeCity.Documents.Excel.Forms.IScrollBar.LargeChange">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IScrollBar.LargeChange.html#GrapeCity_Documents_Excel_Forms_IScrollBar_LargeChange">LargeChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to be added to or subtracted from the value of a RangeBase control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IScrollBar_Orientation" data-uid="GrapeCity.Documents.Excel.Forms.IScrollBar.Orientation">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IScrollBar.Orientation.html#GrapeCity_Documents_Excel_Forms_IScrollBar_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="GrapeCity.Documents.Excel.Forms.IScrollBar.html">IScrollBar</a> is displayed horizontally or vertically.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
