[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberSignField.SignState

SignState Property

SignState

Gets the sign state of the field.

Declaration
[Browsable(false)]
public SignState SignState { get; }
<Browsable(False)>
Public ReadOnly Property SignState As SignState
Property Value
Type Description
SignState

A SignState enum value indicates the sign.

Remarks

None means do not show the sign, because now value is null. Positive means the state of the value is positive, we should show the positive sign. Negative means the state of the value is negative, we should show the negative sign.