Spread Windows Forms 12.0 Product Documentation
DecimalPart Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NumberFieldsInfo Class : DecimalPart Property
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
public NumberDecimalPartFieldInfo DecimalPart {get;}

Property Value

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

Reference

NumberFieldsInfo Class
NumberFieldsInfo Members