# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState*">SignState Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState">SignState</h4>
<div class="markdown level1 summary"><p>Gets the sign state indicates the current value is greater or less than zero, or is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SignState SignState { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property SignState As SignState</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>, the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a> is GrapeCity.Windows.InputMan.SignState.None;
when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a> is greater than 0, the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a> is GrapeCity.Windows.InputMan.SignState.Positive;
when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_Value">Value</a> is less than 0, the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SignState.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcNumber_SignState">SignState</a> is GrapeCity.Windows.InputMan.SignState.Negative.</p>
</div>
</div>
