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


In This Topic
DecimalPart Property (NumberFields)
In This Topic
Gets the decimal part field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
Syntax
'Declaration
 
Public ReadOnly Property DecimalPart As NumberDecimalPartField
 
'Usage
 
Dim instance As NumberFields
Dim value As NumberDecimalPartField
 
value = instance.DecimalPart

Property Value

A NumberDecimalPartField indicates field for decimal part.
See Also