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

Property Value

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