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


In This Topic
DropDownCalculator Property
In This Topic
Gets the DropDownCalculator instance which the user can use to customize the drop-down calculator.
Syntax
'Declaration
 
Public ReadOnly Property DropDownCalculator As DropDownCalculatorInfo
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As DropDownCalculatorInfo
 
value = instance.DropDownCalculator

Property Value

A DropDownCalculator instance.
Remarks
The drop-down calculator control can be customized by setting this DropDownCalculator property.
See Also