Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberSignField Class / SignState Property


In This Topic
SignState Property (NumberSignField)
In This Topic
Gets the sign state of the field.
Syntax
'Declaration
 
Public ReadOnly Property SignState As SignState
 
'Usage
 
Dim instance As NumberSignField
Dim value As SignState
 
value = instance.SignState

Property Value

A SignState enum value indicates the sign.
Remarks
GrapeCity.Win.Spread.InputMan.CellType.SignState.None means do not show the sign, because now value is a null reference (Nothing in Visual Basic). GrapeCity.Win.Spread.InputMan.CellType.SignState.Positive means the state of the value is positive, we should show the positive sign. GrapeCity.Win.Spread.InputMan.CellType.SignState.Negative means the state of the value is negative, we should show the negative sign.
See Also