Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberIntegerPartField Class / Value Property


In This Topic
    Value Property (NumberIntegerPartField)
    In This Topic
    Gets or sets the value of the integer part.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Decimal)
    'Usage
     
    
    Dim instance As NumberIntegerPartField
    Dim value As Nullable(Of Decimal)
     
    instance.Value = value
     
    value = instance.Value
    public Nullable<decimal> Value {get; set;}

    Property Value

    A nullable decimal value indicates the value of the integer part.
    See Also