Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberFields Class / SignPrefix Property


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

Property Value

A NumberSignField object indicate the sign prefix.
See Also