Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberFieldSet Class / DecimalPart Property


In This Topic
    DecimalPart Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property DecimalPart As NumberDecimalPartField
    'Usage
     
    Dim instance As NumberFieldSet
    Dim value As NumberDecimalPartField
     
    instance.DecimalPart = value
     
    value = instance.DecimalPart
    public NumberDecimalPartField DecimalPart {get; set;}

    Property Value

    A NumberDecimalPartField that indicates the decimal part of GcNumber.
    See Also