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


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

    Property Value

    A Nullable value indicates the value of the DropDownCalculator.
    See Also