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


In This Topic
DecimalPart Property (NumberFieldsInfo)
In This Topic
Gets the decimal part field of the GcNumberCellType object.
Syntax
'Declaration
 
Public ReadOnly Property DecimalPart As NumberDecimalPartFieldInfo
 
'Usage
 
Dim instance As NumberFieldsInfo
Dim value As NumberDecimalPartFieldInfo
 
value = instance.DecimalPart

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartFieldInfo object that indicates the field for the decimal part.
See Also