Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / SignSuffix Property


In This Topic
SignSuffix Property (NumberFieldsInfo)
In This Topic
Gets the sign suffix field of the GcNumberCellType object.
Syntax
'Declaration
 
Public ReadOnly Property SignSuffix As NumberSignFieldInfo
 
'Usage
 
Dim instance As NumberFieldsInfo
Dim value As NumberSignFieldInfo
 
value = instance.SignSuffix

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberSignFieldInfo object that indicates the sign suffix.
See Also