GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberFields Class / SignSuffix Property


In This Topic
SignSuffix Property (NumberFields)
In This Topic
Gets the sign suffix field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
Syntax
'Declaration
 
Public ReadOnly Property SignSuffix As NumberSignField
 
'Usage
 
Dim instance As NumberFields
Dim value As NumberSignField
 
value = instance.SignSuffix

Property Value

A NumberSignField object indicate the sign suffix.
See Also