Spread Windows Forms 13.0 Product Documentation
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / DecimalPart Property


In This Topic
    DecimalPart Property
    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
    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