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


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

Property Value

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