GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / PopUpCalculator Property


In This Topic
PopUpCalculator Property
In This Topic
Gets the PopUpCalculator instance which the user can use to customize the pop-up calculator.
Syntax
'Declaration
 
Public ReadOnly Property PopUpCalculator As PopUpCalculatorInfo
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As PopUpCalculatorInfo
 
value = instance.PopUpCalculator

Property Value

A PopUpCalculator instance.
Remarks
The pop-up calculator control can be customized by setting this PopUpCalculator property.
See Also