# GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.ValueSign

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_ValueSign_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.ValueSign*">ValueSign Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_ValueSign_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.ValueSign*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_ValueSign" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.ValueSign">ValueSign</h4>
<div class="markdown level1 summary"><p>Gets or sets the value sign.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ValueSignControl ValueSign { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ValueSign As ValueSignControl</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ValueSignControl.html">ValueSignControl</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ValueSignControl.html">ValueSignControl</a> value that indicates the value sign.
<br> The defalut is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ValueSignControl.html#GrapeCity_Win_Spread_InputMan_CellType_ValueSignControl_NoControl">NoControl</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_ValueSign_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>ValueSign</b> property determines what value can be accepted.
If the value is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ValueSignControl.html#GrapeCity_Win_Spread_InputMan_CellType_ValueSignControl_Positive">Positive</a>, only values that are not smaller than <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan.zero">Zero</a> are allowed.
If the value is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ValueSignControl.html#GrapeCity_Win_Spread_InputMan_CellType_ValueSignControl_Negative">Negative</a>, only values that are not bigger than <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan.zero">Zero</a> are allowed.
The <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ValueSignControl.html#GrapeCity_Win_Spread_InputMan_CellType_ValueSignControl_NoControl">NoControl</a> setting means all values are allowed.</p>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.invalidenumargumentexception">InvalidEnumArgumentException</a></td>
      <td><p>value is not defined in the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ValueSignControl.html">ValueSignControl</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
