[]
        
(Showing Draft Content)

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

SignState Property

SignState

Gets the state of the sign of the NumberSignDisplayField.

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

A SignState enumeration indicates the state of 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.