# FarPoint.Web.Spread.Extender.NumericUpDownCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Extender_NumericUpDownCellType" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType" class="text-break">NumericUpDownCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ASP.NET AJAX extender numeric up-down cell.</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.Web.Spread/FarPoint.Web.Spread.BaseCellType.html">BaseCellType</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Extender.AjaxCellTypeBase-1.html">AjaxCellTypeBase</a>&lt;<span class="xref">ExtenderControlBase</span>&gt;</div>
    <div class="level3"><a class="xref" href="FarPoint.Web.Spread.Extender.ExtenderCellTypeBase.html">ExtenderCellTypeBase</a></div>
    <div class="level4"><a class="xref" href="FarPoint.Web.Spread.Extender.ExtenderCellType.html">ExtenderCellType</a></div>
    <div class="level5"><span class="xref">NumericUpDownCellType</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.ICellType.html">ICellType</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IFormatter.html">IFormatter</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IEnhancedPdfRenderer.html">IEnhancedPdfRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IPdfSupport.html">IPdfSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Editor.IEditor3.html">IEditor3</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Editor.IEditor.html">IEditor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.ICSSClassSupport.html">ICSSClassSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IRenderer2.html">IRenderer2</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IEnhancedRenderer.html">IEnhancedRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IRenderer.html">IRenderer</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Extender.html">FarPoint.Web.Spread.Extender</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.Extender.dll</h6>
  <h5 id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class NumericUpDownCellType : ExtenderCellType, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class NumericUpDownCellType
    Inherits ExtenderCellType
    Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback</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_Web_Spread_Extender_NumericUpDownCellType__ctor" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.-ctor.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType__ctor">NumericUpDownCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ASP.NET AJAX extender numeric up-down cell.</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_Web_Spread_Extender_NumericUpDownCellType_Maximum" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Maximum">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Maximum.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value for the numeric up-down cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_Minimum" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Minimum">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Minimum.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value for the numeric up-down cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_RefValues" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.RefValues">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.RefValues.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_RefValues">RefValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a list of reference values for the numeric up-down cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceDownMethod" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceDownMethod">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceDownMethod.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceDownMethod">ServiceDownMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method to the helper Web service for the down button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceDownPath" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceDownPath">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceDownPath.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceDownPath">ServiceDownPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path to the helper Web service for the down button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceUpMethod" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceUpMethod">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceUpMethod.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceUpMethod">ServiceUpMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method to the helper Web service for the up button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceUpPath" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceUpPath">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.ServiceUpPath.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_ServiceUpPath">ServiceUpPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path to the helper Web service for the up button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_Step" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Step">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Step.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_Step">Step</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the step used for simple numeric incrementing and decrementing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_Tag" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Tag">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Tag.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom parameter for calling the Web service method
of the numeric up-down cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_TargetButtonDownID" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.TargetButtonDownID">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.TargetButtonDownID.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_TargetButtonDownID">TargetButtonDownID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the identifier for the target down button.
It take effects when ShowEditor is true.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_TargetButtonUpID" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.TargetButtonUpID">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.TargetButtonUpID.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_TargetButtonUpID">TargetButtonUpID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the identifier for the target up button.
It take effects when ShowEditor is true.</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_Web_Spread_Extender_NumericUpDownCellType_Format_System_Object_" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Format(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Format.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_Format_System_Object_">Format(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Format the object to a string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_NumericUpDownCellType_Parse_System_String_" data-uid="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Parse(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.NumericUpDownCellType.Parse.html#FarPoint_Web_Spread_Extender_NumericUpDownCellType_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the string to return a double value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
