# FarPoint.Win.Spread.FpStatusBarRangeStatusElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FpStatusBarRangeStatusElement" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement" class="text-break">FpStatusBarRangeStatusElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents the element of status bar handling the change of selection ranges in activesheetview.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.Spread.FpBaseStatusBarElement.html">FpBaseStatusBarElement</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Spread.FpStatusBarTextElement.html">FpStatusBarTextElement</a></div>
    <div class="level3"><span class="xref">FpStatusBarRangeStatusElement</span></div>
      <div class="level4"><a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusFormatElement.html">FpStatusBarRangeStatusFormatElement</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IFpStatusBarElement.html">IFpStatusBarElement</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_FpStatusBarRangeStatusElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FpStatusBarRangeStatusElement : FpStatusBarTextElement, IFpStatusBarElement, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FpStatusBarRangeStatusElement
    Inherits FpStatusBarTextElement
    Implements IFpStatusBarElement, ISerializeSupport</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarRangeStatusElement__ctor" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.-ctor.html#FarPoint_Win_Spread_FpStatusBarRangeStatusElement__ctor">FpStatusBarRangeStatusElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Instantiate a FpStatusBarRangeStatusElement object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Win_Spread_FpStatusBarRangeStatusElement_Visible" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.Visible">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.Visible.html#FarPoint_Win_Spread_FpStatusBarRangeStatusElement_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the element is visible.</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="FarPoint_Win_Spread_FpStatusBarRangeStatusElement_CalculateValue" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.CalculateValue">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.CalculateValue.html#FarPoint_Win_Spread_FpStatusBarRangeStatusElement_CalculateValue">CalculateValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculate value of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarRangeStatusElement_Dopaint_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.Dopaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.Dopaint.html#FarPoint_Win_Spread_FpStatusBarRangeStatusElement_Dopaint_System_Drawing_Graphics_System_Drawing_Rectangle_">Dopaint(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the element to the graphics object using the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarRangeStatusElement_GetPreferedWidth" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.GetPreferedWidth">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.GetPreferedWidth.html#FarPoint_Win_Spread_FpStatusBarRangeStatusElement_GetPreferedWidth">GetPreferedWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred width of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarRangeStatusElement_OnAttachSpreadContext" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.OnAttachSpreadContext">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.OnAttachSpreadContext.html#FarPoint_Win_Spread_FpStatusBarRangeStatusElement_OnAttachSpreadContext">OnAttachSpreadContext()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls this function when attaching the spread context to the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarRangeStatusElement_OnDetachSpreadContext" data-uid="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.OnDetachSpreadContext">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.OnDetachSpreadContext.html#FarPoint_Win_Spread_FpStatusBarRangeStatusElement_OnDetachSpreadContext">OnDetachSpreadContext()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls this function when detaching the spread context from the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
