# GrapeCity.Documents.Excel.Forms.IRangeBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IRangeBase" data-uid="GrapeCity.Documents.Excel.Forms.IRangeBase" class="text-break">IRangeBase Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an element that has a value within a specific range.</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_IRangeBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRangeBase : ICellLinkControl&lt;int&gt;, ICellLinkControl, IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IRangeBase
    Inherits 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_IRangeBase_Max" data-uid="GrapeCity.Documents.Excel.Forms.IRangeBase.Max">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IRangeBase.Max.html#GrapeCity_Documents_Excel_Forms_IRangeBase_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the highest possible value of the range element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IRangeBase_Min" data-uid="GrapeCity.Documents.Excel.Forms.IRangeBase.Min">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IRangeBase.Min.html#GrapeCity_Documents_Excel_Forms_IRangeBase_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum possible value of the range element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IRangeBase_SmallChange" data-uid="GrapeCity.Documents.Excel.Forms.IRangeBase.SmallChange">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IRangeBase.SmallChange.html#GrapeCity_Documents_Excel_Forms_IRangeBase_SmallChange">SmallChange</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>
    </tbody>
  </table>

</div>
