Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / Value Property


In This Topic
Value Property (PopUpCalculator)
In This Topic
Gets the value of the PopUpCalculator.
Syntax
'Declaration
 
Public Property Value As Decimal
 
'Usage
 
Dim instance As PopUpCalculator
Dim value As Decimal
 
instance.Value = value
 
value = instance.Value

Property Value

A System.Decimal value indicates the value of the PopUpCalculator.
See Also