# GrapeCity.Spreadsheet.FormControls.IScrollBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_FormControls_IScrollBar" data-uid="GrapeCity.Spreadsheet.FormControls.IScrollBar" class="text-break">IScrollBar Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a scroll bar control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.FormControls.html">GrapeCity.Spreadsheet.FormControls</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_FormControls_IScrollBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IScrollBar : IFormControl, IDrawingObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IScrollBar
    Inherits IFormControl, IDrawingObject</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_FormControls_IScrollBar_LargeChange" data-uid="GrapeCity.Spreadsheet.FormControls.IScrollBar.LargeChange">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IScrollBar.LargeChange.html#GrapeCity_Spreadsheet_FormControls_IScrollBar_LargeChange">LargeChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount that the scroll box increments or decrements for a page scroll (when the user clicks in the scroll bar body region).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IScrollBar_LinkedCell" data-uid="GrapeCity.Spreadsheet.FormControls.IScrollBar.LinkedCell">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IScrollBar.LinkedCell.html#GrapeCity_Spreadsheet_FormControls_IScrollBar_LinkedCell">LinkedCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value.
Likewise, if you change the value of the control, that value is also placed in the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IScrollBar_Max" data-uid="GrapeCity.Spreadsheet.FormControls.IScrollBar.Max">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IScrollBar.Max.html#GrapeCity_Spreadsheet_FormControls_IScrollBar_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value of a scroll bar or spinner range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IScrollBar_Min" data-uid="GrapeCity.Spreadsheet.FormControls.IScrollBar.Min">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IScrollBar.Min.html#GrapeCity_Spreadsheet_FormControls_IScrollBar_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value of a scroll bar or spinner range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IScrollBar_SmallChange" data-uid="GrapeCity.Spreadsheet.FormControls.IScrollBar.SmallChange">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IScrollBar.SmallChange.html#GrapeCity_Spreadsheet_FormControls_IScrollBar_SmallChange">SmallChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount that the scroll bar or spinner is incremented or decremented for a line scroll (when the user chooses an arrow).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IScrollBar_Value" data-uid="GrapeCity.Spreadsheet.FormControls.IScrollBar.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IScrollBar.Value.html#GrapeCity_Spreadsheet_FormControls_IScrollBar_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an integer value that represents the value of the specified control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
